diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-04-30 18:28:55 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-04-30 18:28:55 (GMT) |
commit | c37fcb9bfbacbde499f3a7ff3016c7af99a6a7ab (patch) | |
tree | ab0761e1bf94dd687e69420763abe572c68f22d9 /abs/core-testing/libxml2 | |
parent | e0366c16c6cc3833daffc4fc0c24c642bff870e2 (diff) | |
download | linhes_pkgbuild-c37fcb9bfbacbde499f3a7ff3016c7af99a6a7ab.zip linhes_pkgbuild-c37fcb9bfbacbde499f3a7ff3016c7af99a6a7ab.tar.gz linhes_pkgbuild-c37fcb9bfbacbde499f3a7ff3016c7af99a6a7ab.tar.bz2 |
Updated to latest.
Diffstat (limited to 'abs/core-testing/libxml2')
-rw-r--r-- | abs/core-testing/libxml2/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/abs/core-testing/libxml2/PKGBUILD b/abs/core-testing/libxml2/PKGBUILD index 8b8cb34..8123cfc 100644 --- a/abs/core-testing/libxml2/PKGBUILD +++ b/abs/core-testing/libxml2/PKGBUILD @@ -1,23 +1,22 @@ -# $Id: PKGBUILD 22385 2008-12-26 16:51:09Z jgc $ +# $Id: PKGBUILD 26966 2009-02-14 23:57:37Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: John Proctor <jproctor@prium.net> pkgname=libxml2 -pkgver=2.7.2 +pkgver=2.7.3 pkgrel=1 pkgdesc="XML parsing library, version 2" arch=(i686 x86_64) license=('custom') -depends=('zlib>=1.2.3.3' 'readline>=5.2-8' 'ncurses>=5.6-7') +depends=('zlib>=1.2.3.3' 'readline>=5.2.013' 'ncurses>=5.7') makedepends=('python') options=('!libtool') url="http://www.xmlsoft.org/" -source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz - largefile64.patch) +source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz) +md5sums=('8f4fda3969237c2a33bdb1583b5d06b2') build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -Np1 -i ${srcdir}/largefile64.patch || return 1 ./configure --prefix=/usr --with-threads --with-history || return 1 make || return 1 make DESTDIR="${pkgdir}" install || return 1 |