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

Jan de Groot jgc at archlinux.org
Thu Jun 10 10:28:06 UTC 2010


    Date: Thursday, June 10, 2010 @ 06:28:05
  Author: jgc
Revision: 82323

Replace sha1sums with sha256sums. Reverting does not mean replacing sha256sums with makepkg -g generated sha1sums. Also remove the provides/conflicts

Modified:
  glib2/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-10 10:26:45 UTC (rev 82322)
+++ PKGBUILD	2010-06-10 10:28:05 UTC (rev 82323)
@@ -11,18 +11,15 @@
 depends=('pcre>=8.02')
 makedepends=('pkgconfig')
 options=('!libtool' '!docs')
-conflicts=('glib2')
-provides=('glib2')
 source=(http://ftp.gnome.org/pub/GNOME/sources/glib/2.24/glib-${pkgver}.tar.bz2
         glib2.sh
         glib2.csh)
-sha1sums=('d4835bb1618fc1e1dfe88ef8443c12fcae69f90e'
-          'bfe05590a6498259f1045a591fd886a8572f271a'
-          '6db09da816d69aab7a5cbf3460ee082bef200891')
+sha256sums=('014c3da960bf17117371075c16495f05f36501db990851ceea658f15d2ea6d04'
+            '9456872cdedcc639fb679448d74b85b0facf81033e27157d2861b991823b5a2a'
+            '8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3')
 
 build() {
   cd "${srcdir}/glib-${pkgver}"
-
   ./configure --prefix=/usr --enable-static --enable-shared \
       --with-pcre=system --disable-fam || return 1
   make || return 1




More information about the arch-commits mailing list