bzr: update to 2.4.2.

This commit is contained in:
Juan RP 2012-01-31 18:12:40 +01:00
parent 9588e87258
commit ed6560d285

View file

@ -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 <xtraeme@gmail.com>"
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
}