bzr: update to 2.5.1.
This commit is contained in:
parent
3f3206a36f
commit
edfa855fd8
1 changed files with 6 additions and 8 deletions
|
@ -1,23 +1,21 @@
|
||||||
# Template file for 'bzr'
|
# Template file for 'bzr'
|
||||||
pkgname=bzr
|
pkgname=bzr
|
||||||
version=2.5.0
|
version=2.5.1
|
||||||
homepage="http://http://bazaar.canonical.com"
|
|
||||||
distfiles="http://launchpad.net/bzr/2.5/$version/+download/bzr-$version.tar.gz"
|
|
||||||
build_style=python-module
|
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"
|
short_desc="Distributed version control system that Just Works"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
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="
|
long_desc="
|
||||||
Bazaar is a distributed version control system that Just Works.
|
Bazaar is a distributed version control system that Just Works.
|
||||||
While other systems require you to adapt to their model of working,
|
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
|
Bazaar adapts to the way you want to work, and you can try it out in
|
||||||
five minutes."
|
five minutes."
|
||||||
|
|
||||||
pycompile_module="bzrlib"
|
|
||||||
|
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
sed -i -e "s|man/man1|share/man/man1|" setup.py
|
sed -i -e "s|man/man1|share/man/man1|" setup.py
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue