From ed6560d28539d39ac44ac58df98ed90370e3f227 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 31 Jan 2012 18:12:40 +0100 Subject: [PATCH] bzr: update to 2.4.2. --- srcpkgs/bzr/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/bzr/template b/srcpkgs/bzr/template index b7644fcfc3..2f45083df4 100644 --- a/srcpkgs/bzr/template +++ b/srcpkgs/bzr/template @@ -1,14 +1,13 @@ # Template file for 'bzr' pkgname=bzr -version=2.4.1 +version=2.4.2 homepage="http://http://bazaar.canonical.com" distfiles="http://launchpad.net/bzr/2.4/$version/+download/bzr-$version.tar.gz" build_style=python-module -revision=2 short_desc="Distributed version control system that Just Works" maintainer="Juan RP " license="GPL-2" -checksum=548bd4849e9e7fb3938277249fa026455e60054c78912d665694384af1f07fe6 +checksum=a5b8db77c61e54450680befdbb4795f8a972fa5a167123786360d898b752656f long_desc=" Bazaar is a distributed version control system that Just Works. While other systems require you to adapt to their model of working, @@ -20,7 +19,6 @@ pycompile_module="bzrlib" Add_dependency build zlib-devel Add_dependency build python-devel -pre_install() -{ +pre_install() { sed -i -e "s|man/man1|share/man/man1|" setup.py }