aboutsummaryrefslogtreecommitdiffstats
path: root/main/gtk+3.0/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/gtk+3.0/APKBUILD')
-rw-r--r--main/gtk+3.0/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/main/gtk+3.0/APKBUILD b/main/gtk+3.0/APKBUILD
index 4d2b7dba92..0ad5cff01b 100644
--- a/main/gtk+3.0/APKBUILD
+++ b/main/gtk+3.0/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gtk+3.0
-pkgver=3.2.3
+pkgver=3.2.4
pkgrel=0
pkgdesc="The GTK+ Toolkit (v3)"
url="http://www.gtk.org/"
@@ -52,9 +52,7 @@ build() {
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
- --with-xinput=yes \
- --without-libjasper \
- --with-included-loaders=png || return 1
+ || return 1
make || return 1
}
@@ -67,4 +65,4 @@ package() {
find "$pkgdir" -name *.la -delete
}
-md5sums="b4edcc69e39159dd7be17828249afb46 gtk+-3.2.3.tar.xz"
+md5sums="3fe73e4af079b7e891ca417faed71139 gtk+-3.2.4.tar.xz"