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

Jan de Groot jgc at archlinux.org
Wed Sep 19 20:03:24 UTC 2007


    Date: Wednesday, September 19, 2007 @ 16:03:24
  Author: jgc
    Path: /home/cvs-extra/extra/lib/libxml2

Modified: PKGBUILD (1.44 -> 1.45)

upgpkg: libxml2 2.6.30-1
Remove symlink, all references I can find on google point to archlinux only


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


Index: extra/lib/libxml2/PKGBUILD
diff -u extra/lib/libxml2/PKGBUILD:1.44 extra/lib/libxml2/PKGBUILD:1.45
--- extra/lib/libxml2/PKGBUILD:1.44	Sun Jun 17 09:51:35 2007
+++ extra/lib/libxml2/PKGBUILD	Wed Sep 19 16:03:24 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.44 2007/06/17 13:51:35 jgc Exp $
+# $Id: PKGBUILD,v 1.45 2007/09/19 20:03:24 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: John Proctor <jproctor at prium.net>
 
 pkgname=libxml2
-pkgver=2.6.29
+pkgver=2.6.30
 pkgrel=1
 pkgdesc="XML parsing library, version 2"
 arch=(i686 x86_64)
@@ -11,9 +11,9 @@
 depends=('zlib' 'readline')
 makedepends=('python>=2.5')
 options=('!libtool')
-source=(ftp://xmlsoft.org/libxml/${pkgname}-${pkgver}.tar.gz)
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.6/${pkgname}-${pkgver}.tar.bz2)
 url="http://www.xmlsoft.org/"
-md5sums=('8b99b6e8b08e838438d9e6b639d79ebd')
+md5sums=('cbc6d381daaa836b90a7ab449c1bc1ae')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
@@ -21,6 +21,4 @@
   make || return 1
   make DESTDIR=${startdir}/pkg install
   install -D -m644 COPYING ${startdir}/pkg/usr/share/licenses/${pkgname}/COPYING
-  cd  ${startdir}/pkg/usr/include/libxml2/libxml/
-  ln -s xmlautomata.h xmlautomate.h
 }




More information about the arch-commits mailing list