[arch-commits] CVS update of extra/lib/libxml2 (PKGBUILD)

Jan de Groot jgc at archlinux.org
Mon Feb 4 22:05:58 UTC 2008


    Date: Monday, February 4, 2008 @ 17:05:58
  Author: jgc
    Path: /home/cvs-extra/extra/lib/libxml2

Modified: PKGBUILD (1.45 -> 1.46)

upgpkg: libxml2 2.6.31-1


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


Index: extra/lib/libxml2/PKGBUILD
diff -u extra/lib/libxml2/PKGBUILD:1.45 extra/lib/libxml2/PKGBUILD:1.46
--- extra/lib/libxml2/PKGBUILD:1.45	Wed Sep 19 16:03:24 2007
+++ extra/lib/libxml2/PKGBUILD	Mon Feb  4 17:05:57 2008
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.45 2007/09/19 20:03:24 jgc Exp $
+# $Id: PKGBUILD,v 1.46 2008/02/04 22:05:57 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: John Proctor <jproctor at prium.net>
 
 pkgname=libxml2
-pkgver=2.6.30
+pkgver=2.6.31
 pkgrel=1
 pkgdesc="XML parsing library, version 2"
 arch=(i686 x86_64)
@@ -11,14 +11,14 @@
 depends=('zlib' 'readline')
 makedepends=('python>=2.5')
 options=('!libtool')
-source=(ftp://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.6/${pkgname}-${pkgver}.tar.bz2)
+source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 url="http://www.xmlsoft.org/"
-md5sums=('cbc6d381daaa836b90a7ab449c1bc1ae')
+md5sums=('714b0683b1ec4bdc63bc356d729f9b18')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-threads --with-history
+  ./configure --prefix=/usr --with-threads --with-history || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${startdir}/pkg install || return 1
   install -D -m644 COPYING ${startdir}/pkg/usr/share/licenses/${pkgname}/COPYING
 }




More information about the arch-commits mailing list