diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-27 12:52:56 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-27 12:52:56 -0300 |
commit | 78e579460b6f67a777a72232903eb7eaf84c945f (patch) | |
tree | 13403c8933fd3ea439b3d5734a5a3d0d7b04e386 /core/glib2 | |
parent | 45109aea7693acc9077824a431e17110d21ed6b3 (diff) | |
parent | c008601effc878e60852f7928ddadcf5a16eb851 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/spacefm/PKGBUILD
extra/eina/PKGBUILD
extra/kdeplasma-addons/PKGBUILD
Diffstat (limited to 'core/glib2')
-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 ec1d6b68b..d3ed8a1ae 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 'mips64el') 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 |