Date: Monday, April 23, 2012 @ 16:07:37 Author: eric Revision: 157095
upgpkg: glib2 2.32.1-3 Rebuild against libffi-3.0.11 Modified: glib2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-04-23 19:05:50 UTC (rev 157094) +++ PKGBUILD 2012-04-23 20:07:37 UTC (rev 157095) @@ -3,13 +3,13 @@ pkgname=glib2 pkgver=2.32.1 -pkgrel=2 +pkgrel=3 pkgdesc="Common C routines used by GTK+ and other libs" url="http://www.gtk.org/" arch=(i686 x86_64) license=('LGPL') depends=('pcre' 'libffi') -makedepends=('pkgconfig' 'python2') +makedepends=('pkg-config' 'python2') optdepends=('python2: for gdbus-codegen') options=('!libtool' '!docs' '!emptydirs') source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
