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

Florian Pritz bluewind at nymeria.archlinux.org
Tue Oct 8 13:07:08 UTC 2013


    Date: Tuesday, October 8, 2013 @ 15:07:08
  Author: bluewind
Revision: 98317

upgpkg: lib32-glib2 2.38.0-1

upstream update

Modified:
  lib32-glib2/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-08 13:03:14 UTC (rev 98316)
+++ PKGBUILD	2013-10-08 13:07:08 UTC (rev 98317)
@@ -5,7 +5,7 @@
 
 _pkgbasename=glib2
 pkgname=lib32-$_pkgbasename
-pkgver=2.36.4
+pkgver=2.38.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=('f654d2542329012d8475736a165dfbf82fadf3ee940c2e0e6ddd4b2fde5cad7e')
+sha256sums=('7513a7de5e814ccb48206340a8773ea523d6a7bf04dc74565de69b899bc2ff32')
 
 build() {
   export CC="gcc -m32"
@@ -23,7 +23,6 @@
   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