valabind: rebuild against vala>=0.18.
This commit is contained in:
parent
d1675fcc13
commit
b7aa5baffc
2 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'valabind'
|
||||
pkgname=valabind
|
||||
version=0.7
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
fulldepends="pkg-config vala-devel glib-devel"
|
||||
fulldepends="pkg-config vala-devel>=0.18 glib-devel"
|
||||
short_desc="Tool to transform vala source files to swig, GIR or GEAR"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-3"
|
||||
homepage="http://radare.org"
|
||||
distfiles="$homepage/get/$pkgname-$version.tar.gz"
|
||||
distfiles="${homepage}/get/${pkgname}-${version}.tar.gz"
|
||||
checksum=5dcc5f33844116daa8124216aecad4709b21192a3d0365cfbe3fc2e8137ff53b
|
||||
long_desc="
|
||||
Valabind is a tool to parse vala[1] or vapi files to transform
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
libgobject-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libc.so.6
|
||||
libvala-0.16.so.0
|
||||
libvala-0.18.so.0
|
||||
|
|
Loading…
Reference in a new issue