diff options
Diffstat (limited to 'extra/glib/PKGBUILD')
-rw-r--r-- | extra/glib/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/glib/PKGBUILD b/extra/glib/PKGBUILD index 57be2dc1f..d4f9b62fb 100644 --- a/extra/glib/PKGBUILD +++ b/extra/glib/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 191242 2013-07-22 06:31:51Z eric $ +# $Id: PKGBUILD 197238 2013-10-24 16:18:46Z eric $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=glib pkgver=1.2.10 -pkgrel=10 +pkgrel=11 pkgdesc="Common C routines used by Gtk+ and other libs" arch=('i686' 'x86_64') url="http://www.gtk.org/" license=('LGPL') depends=('glibc' 'sh') -options=('!libtool' '!makeflags') +options=('!makeflags') install=glib.install source=(ftp://ftp.gtk.org/pub/gtk/v1.2/${pkgname}-${pkgver}.tar.gz gcc340.patch aclocal-fixes.patch glib1-autotools.patch) |