r2-bindings: update to 0.9.9.
This commit is contained in:
parent
991f095a4d
commit
22e4cec30f
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'r2-bindings'
|
||||
pkgname=r2-bindings
|
||||
version=0.9.7
|
||||
revision=4
|
||||
version=0.9.9
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
wrksrc="radare2-${version}"
|
||||
short_desc="Advanced command line debugger and hexadecimal editor (bindings)"
|
||||
|
@ -9,11 +9,11 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="LGPL-3"
|
||||
homepage="http://www.radare.org"
|
||||
distfiles="${homepage}/get/radare2-bindings-${version}.tar.xz"
|
||||
checksum=0645c677ecd39b21cb4378bb711e7d5877f51773a035d789ac70b06e0bdebe7a
|
||||
checksum=817939698cc4534498226c28938288b7b4a7b6216dc6d7ddde72b0f94d987b14
|
||||
|
||||
wrksrc="radare2-bindings-${version}"
|
||||
hostmakedepends="pkg-config swig"
|
||||
makedepends="valabind python-devel radare2-devel file-devel"
|
||||
makedepends="valabind python-devel radare2 file-devel"
|
||||
pycompile_module="r2"
|
||||
depends="radare2-devel>=${version}"
|
||||
depends="radare2>=${version}"
|
||||
noverifyrdeps=1
|
||||
|
|
Loading…
Reference in a new issue