diff options
author | root <root@rshg054.dnsready.net> | 2013-06-18 01:11:38 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-18 01:11:38 -0700 |
commit | 614d2fec699c594b1a3a25c973e0b5150302ff0e (patch) | |
tree | 7d5b075f309f4004f09e77562975fad441662446 /core/glib2/PKGBUILD | |
parent | 3c8e479bfe9fab72058c833f2909a26232114733 (diff) |
Tue Jun 18 01:11:08 PDT 2013
Diffstat (limited to 'core/glib2/PKGBUILD')
-rw-r--r-- | core/glib2/PKGBUILD | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/core/glib2/PKGBUILD b/core/glib2/PKGBUILD index 5f0fb0ce7..d9d0394c1 100644 --- a/core/glib2/PKGBUILD +++ b/core/glib2/PKGBUILD @@ -1,25 +1,22 @@ -# $Id: PKGBUILD 185564 2013-05-15 07:54:44Z heftig $ +# $Id: PKGBUILD 188618 2013-06-17 01:21:11Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgbase=glib2 pkgname=(glib2 glib2-docs) -pkgver=2.36.2 -pkgrel=1 +pkgver=2.36.3 +pkgrel=2 pkgdesc="Common C routines used by GTK+ and other libs" url="http://www.gtk.org/" arch=(i686 x86_64) makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 'elfutils') source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz revert-warn-glib-compile-schemas.patch) -sha256sums=('5ea98451fb57d0ba523a1e836545f0a919b498863056fdd9da69d148c1347f80' +sha256sums=('5ec433bf6ce02e4c436619c3d0b9cecdd1898469398a636bad27c1f5804c761e' '049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97') build() { cd glib-$pkgver - # workaround FS#34630 https://bugzilla.gnome.org/show_bug.cgi?id=698716 - export CFLAGS+=" -Wall" - patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \ --sysconfdir=/etc \ |