Date: Tuesday, April 15, 2014 @ 16:55:45 Author: bluewind Revision: 109537
upgpkg: lib32-glib2 2.40.0-1 upstream update Modified: lib32-glib2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-04-15 14:34:12 UTC (rev 109536) +++ PKGBUILD 2014-04-15 14:55:45 UTC (rev 109537) @@ -5,7 +5,7 @@ _pkgbasename=glib2 pkgname=lib32-$_pkgbasename -pkgver=2.38.2 +pkgver=2.40.0 pkgrel=1 pkgdesc="Common C routines used by GTK+ 2.4 and other libs (32-bit)" url="http://www.gtk.org/" @@ -15,7 +15,7 @@ makedepends=('gcc-multilib' python2) options=('!libtool' '!docs') source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-${pkgver}.tar.xz) -sha256sums=('056a9854c0966a0945e16146b3345b7a82562a5ba4d5516fd10398732aea5734') +sha256sums=('0d27f195966ecb1995dcce0754129fd66ebe820c7cd29200d264b02af1aa28b5') build() { export CC="gcc -m32"