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