From edfa855fd82bf8d0ccf2e87f5eb031e81ebc19d8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 1 Jun 2012 01:26:55 +0200 Subject: [PATCH] bzr: update to 2.5.1. --- srcpkgs/bzr/template | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/srcpkgs/bzr/template b/srcpkgs/bzr/template index b12e4594273..3726f119ee3 100644 --- a/srcpkgs/bzr/template +++ b/srcpkgs/bzr/template @@ -1,23 +1,21 @@ # Template file for 'bzr' pkgname=bzr -version=2.5.0 -homepage="http://http://bazaar.canonical.com" -distfiles="http://launchpad.net/bzr/2.5/$version/+download/bzr-$version.tar.gz" +version=2.5.1 build_style=python-module -makedepends="zlib-devel python-devel" +pycompile_module="bzrlib" +makedepends="zlib-devel python-devel Cython" short_desc="Distributed version control system that Just Works" maintainer="Juan RP " license="GPL-2" -checksum=cb657fca640d3c36794a20e5a1d7398404189541b1290fa1bf19a5eb4e903133 +homepage="http://http://bazaar.canonical.com" +distfiles="http://launchpad.net/bzr/2.5/$version/+download/bzr-$version.tar.gz" +checksum=967346fa6cc52971a8dfd5171ec22e1928cf455fb4317013b05b0915ff927982 long_desc=" Bazaar is a distributed version control system that Just Works. While other systems require you to adapt to their model of working, Bazaar adapts to the way you want to work, and you can try it out in five minutes." -pycompile_module="bzrlib" - - pre_install() { sed -i -e "s|man/man1|share/man/man1|" setup.py }