bzr: update to 2.6.0.
This commit is contained in:
parent
9e72fcdb19
commit
1ca1405b82
1 changed files with 6 additions and 5 deletions
|
@ -1,15 +1,16 @@
|
|||
# Template file for 'bzr'
|
||||
pkgname=bzr
|
||||
version=2.5.1
|
||||
revision=2
|
||||
version=2.6.0
|
||||
revision=1
|
||||
build_style=python-module
|
||||
makedepends="zlib-devel python-devel Cython ca-certificates"
|
||||
hostmakedepends="Cython"
|
||||
makedepends="zlib-devel python-devel ca-certificates"
|
||||
short_desc="Distributed version control system that Just Works"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://http://bazaar.canonical.com"
|
||||
distfiles="http://launchpad.net/bzr/2.5/$version/+download/bzr-$version.tar.gz"
|
||||
checksum=967346fa6cc52971a8dfd5171ec22e1928cf455fb4317013b05b0915ff927982
|
||||
distfiles="http://launchpad.net/bzr/2.6/$version/+download/bzr-$version.tar.gz"
|
||||
checksum=0994797182eb828867eee81cccc79480bd2946c99304266bc427b902cf91dab0
|
||||
|
||||
pre_install() {
|
||||
sed -i -e "s|man/man1|share/man/man1|" setup.py
|
||||
|
|
Loading…
Reference in a new issue