diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/glib2/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/glib2/PKGBUILD b/core/glib2/PKGBUILD index 5f8086628..0ec8ca2c3 100644 --- a/core/glib2/PKGBUILD +++ b/core/glib2/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 170938 2012-11-13 17:02:45Z heftig $ +# $Id: PKGBUILD 172032 2012-11-26 16:57:06Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=glib2 pkgver=2.34.2 -pkgrel=1 +pkgrel=2 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=('pkg-config' 'python2') +makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml') optdepends=('python2: for gdbus-codegen') options=('!libtool' '!docs' '!emptydirs') source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz |