Date: Tuesday, January 10, 2017 @ 18:05:12 Author: alucryd Revision: 206619
Add vala makedep to build VAPI files Modified: libgexiv2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-10 18:03:31 UTC (rev 206618) +++ PKGBUILD 2017-01-10 18:05:12 UTC (rev 206619) @@ -4,13 +4,13 @@ pkgname=libgexiv2 pkgver=0.10.4 -pkgrel=3 +pkgrel=4 pkgdesc='GObject-based wrapper around the Exiv2 library' url='https://wiki.gnome.org/Projects/gexiv2' arch=('x86_64' 'i686') license=('GPL2') depends=('exiv2' 'glib2') -makedepends=('python-gobject' 'python2-gobject' 'gobject-introspection' 'setconf') +makedepends=('python-gobject' 'python2-gobject' 'gobject-introspection' 'setconf' 'vala') source=("https://download.gnome.org/sources/${pkgname/lib/}/${pkgver%.*}/${pkgname/lib/}-$pkgver.tar.xz") sha256sums=('ad8d31afdc0a1932cc44c4cfcea449497c0d0b445c0ad2f9735707b306e71ca4')
