[arch-commits] Commit in glib2 (gnome-unstable gnome-unstable/PKGBUILD)

Jan de Groot jgc at archlinux.org
Tue Aug 11 13:55:24 UTC 2009


    Date: Tuesday, August 11, 2009 @ 09:55:24
  Author: jgc
Revision: 49519

New repository: gnome-unstable.
Update to 2.21.4.
Switch to sha256sums, as that is what upstream uses in their emails.

Added:
  glib2/gnome-unstable/
Modified:
  glib2/gnome-unstable/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: gnome-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-08-11 03:17:51 UTC (rev 49518)
+++ gnome-unstable/PKGBUILD	2009-08-11 13:55:24 UTC (rev 49519)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=glib2
-pkgver=2.20.4
+pkgver=2.21.4
 pkgrel=1
 pkgdesc="Common C routines used by GTK+ 2.4 and other libs"
 url="http://www.gtk.org/"
@@ -11,16 +11,17 @@
 depends=('pcre>=7.9')
 makedepends=('pkgconfig')
 options=('!libtool' '!docs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/glib/2.20/glib-${pkgver}.tar.bz2
-	glib2.sh
-	glib2.csh)
-md5sums=('346916673c0eab72191cf44b4afe535f'
-         '803017b365bd35dc20b092ce43b8c8c5'
-         '90c7b830bef4baf225c2eb8b7ead0cab')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/2.21/glib-${pkgver}.tar.bz2
+        glib2.sh
+        glib2.csh)
+sha256sums=('b772e4bdf1b28dd23cdb4c4d7f1d219ddb748226d0207e57c75992bf0100182d'
+            '9456872cdedcc639fb679448d74b85b0facf81033e27157d2861b991823b5a2a'
+            '8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3')
 
 build() {
   cd "${srcdir}/glib-${pkgver}"
-  ./configure --prefix=/usr --enable-static --enable-shared --with-pcre=system --disable-fam || return 1
+  ./configure --prefix=/usr --enable-static --enable-shared \
+      --with-pcre=system --disable-fam || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 




More information about the arch-commits mailing list