r2-bindings: fix dependencies
This commit is contained in:
parent
97ce543e01
commit
a337183de1
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'r2-bindings'
|
||||
pkgname=r2-bindings
|
||||
version=0.9.7
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
wrksrc="radare2-${version}"
|
||||
short_desc="Advanced command line debugger and hexadecimal editor (bindings)"
|
||||
|
@ -15,5 +15,5 @@ wrksrc="radare2-bindings-${version}"
|
|||
hostmakedepends="pkg-config swig"
|
||||
makedepends="valabind>=0.8.0 python-devel radare2-devel>=${version}"
|
||||
pycompile_module="r2"
|
||||
depends="radare2-devel-${version}*"
|
||||
depends="radare2-devel>=${version}"
|
||||
noverifyrdeps=1
|
||||
|
|
Loading…
Reference in New Issue