bzr: rebuild due to Cython -> python-Cython rename
This commit is contained in:
parent
d82864199f
commit
0399c08cc9
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'bzr'
|
||||
pkgname=bzr
|
||||
version=2.6.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=python-module
|
||||
hostmakedepends="Cython"
|
||||
makedepends="zlib-devel python-devel ca-certificates"
|
||||
hostmakedepends="python-Cython"
|
||||
makedepends="zlib-devel python-devel"
|
||||
depends="ca-certificates"
|
||||
pycompile_module="bzrlib"
|
||||
short_desc="Distributed version control system that Just Works"
|
||||
|
|
Loading…
Reference in a new issue