[arch-commits] Commit in lib32-glib2/trunk (PKGBUILD)

Florian Pritz bluewind at nymeria.archlinux.org
Wed Aug 21 21:20:04 UTC 2013


    Date: Wednesday, August 21, 2013 @ 23:20:03
  Author: bluewind
Revision: 96217

upgpkg: lib32-glib2 2.36.4-1

upstream update

Modified:
  lib32-glib2/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-21 21:10:50 UTC (rev 96216)
+++ PKGBUILD	2013-08-21 21:20:03 UTC (rev 96217)
@@ -5,8 +5,8 @@
 
 _pkgbasename=glib2
 pkgname=lib32-$_pkgbasename
-pkgver=2.36.3
-pkgrel=2
+pkgver=2.36.4
+pkgrel=1
 pkgdesc="Common C routines used by GTK+ 2.4 and other libs (32-bit)"
 url="http://www.gtk.org/"
 arch=('x86_64')
@@ -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=('5ec433bf6ce02e4c436619c3d0b9cecdd1898469398a636bad27c1f5804c761e')
+sha256sums=('f654d2542329012d8475736a165dfbf82fadf3ee940c2e0e6ddd4b2fde5cad7e')
 
 build() {
   export CC="gcc -m32"
@@ -23,6 +23,7 @@
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
   cd "${srcdir}/glib-${pkgver}"
+  touch -r NEWS gtk-doc.make
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib32 \
       --enable-static --enable-shared --with-pcre=system --disable-fam
   make




More information about the arch-commits mailing list