summaryrefslogtreecommitdiff
path: root/testing/glib2/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/glib2/PKGBUILD')
-rw-r--r--testing/glib2/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/glib2/PKGBUILD b/testing/glib2/PKGBUILD
index 88c791eea..a9346b86b 100644
--- a/testing/glib2/PKGBUILD
+++ b/testing/glib2/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 158079 2012-05-02 16:31:02Z ibiru $
+# $Id: PKGBUILD 158592 2012-05-05 01:35:46Z heftig $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=glib2
pkgver=2.32.2
-pkgrel=1
+pkgrel=2
pkgdesc="Common C routines used by GTK+ and other libs"
url="http://www.gtk.org/"
arch=(i686 x86_64)
@@ -24,7 +24,7 @@ sha256sums=('b1764abf00bac96e0e93e29fb9715ce75f3583579acac40648e18771d43d6136'
build() {
cd glib-$pkgver
patch -Rp1 -i "$srcdir/revert-warn-glib-compile-schemas.patch"
- PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
--sysconfdir=/etc \
--with-pcre=system \
--disable-fam