From cad5ddfd3bf35414e56360d8cab4a82b4df706ee Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 19 Feb 2011 16:42:02 +0100 Subject: [PATCH] bzr: update to 2.3.0. --- srcpkgs/bzr/template | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/srcpkgs/bzr/template b/srcpkgs/bzr/template index 6f6309768c4..3faff63e429 100644 --- a/srcpkgs/bzr/template +++ b/srcpkgs/bzr/template @@ -1,11 +1,11 @@ # Template file for 'bzr' pkgname=bzr -version=2.2.3 -distfiles="http://launchpad.net/bzr/2.2/$version/+download/bzr-$version.tar.gz" +version=2.3.0 +distfiles="http://launchpad.net/bzr/2.3/$version/+download/bzr-$version.tar.gz" build_style=python-module short_desc="Distributed version control system that Just Works" maintainer="Juan RP " -checksum=0640e63d85b4a9594a0cc9bdc763675c881e967940f32d918911cd0da3b21a12 +checksum=579c21e0d29e6bac80e53bef9f220cae7675407208c5ca967302f31370d0faee long_desc=" Bazaar is a distributed version control system that Just Works. While other systems require you to adapt to their model of working, @@ -17,3 +17,8 @@ Add_dependency run zlib Add_dependency run python Add_dependency build zlib-devel Add_dependency build python-devel + +pre_install() +{ + sed -i -e "s|man/man1|share/man/man1|" setup.py +}