aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/gcr/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/gcr/APKBUILD b/testing/gcr/APKBUILD
index e048714860..5e6026aefd 100644
--- a/testing/gcr/APKBUILD
+++ b/testing/gcr/APKBUILD
@@ -1,15 +1,14 @@
-# Contributor: Natanael Copa <ncopa@alpinelinux.org>
-# Maintainer:
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gcr
pkgver=3.12.2
-pkgrel=0
+pkgrel=1
pkgdesc="A library for bits of crypto UI and parsing"
url="http://live.gnome.org/CryptoGlue/"
arch="all"
license="LGPLv2+"
depends=""
depends_dev="glib-dev gtk+3.0-dev libgcrypt-dev p11-kit-dev"
-makedepends="$depends_dev gobject-introspection-dev libxslt"
+makedepends="$depends_dev gobject-introspection-dev libxslt vala"
install=""
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="http://download.gnome.org/sources/gcr/3.12/gcr-$pkgver.tar.xz"
@@ -36,6 +35,7 @@ build() {
--infodir=/usr/share/info \
--localstatedir=/var \
--enable-introspection \
+ --enable-vala \
|| return 1
make || return 1
}