summaryrefslogtreecommitdiff
path: root/extra/libxml2/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-12 01:16:13 -0700
committerroot <root@rshg054.dnsready.net>2013-05-12 01:16:13 -0700
commit5b9e0d821dd428792bd51ed03af2b800924ce69d (patch)
treee789152a7a0fd6ae4eb0a7d0e572d392f81beca4 /extra/libxml2/PKGBUILD
parent207b7c7b0d7bc0db898a2386a665bdb20495fb19 (diff)
Sun May 12 01:15:39 PDT 2013
Diffstat (limited to 'extra/libxml2/PKGBUILD')
-rw-r--r--extra/libxml2/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/libxml2/PKGBUILD b/extra/libxml2/PKGBUILD
index 58c47561a..a320c8109 100644
--- a/extra/libxml2/PKGBUILD
+++ b/extra/libxml2/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 165211 2012-08-13 09:09:13Z jgc $
+# $Id: PKGBUILD 185108 2013-05-11 07:24:50Z bpiotrowski $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: John Proctor <jproctor@prium.net>
pkgname=libxml2
-pkgver=2.8.0
+pkgver=2.9.1
pkgrel=1
pkgdesc="XML parsing library, version 2"
arch=(i686 x86_64)
@@ -13,9 +13,9 @@ makedepends=('python2')
options=('!libtool')
url="http://www.xmlsoft.org/"
source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
- http://www.w3.org/XML/Test/xmlts20080205.tar.gz)
-md5sums=('c62106f02ee00b6437f0fb9d370c1093'
- 'b255be9a1c7f7021e52448e4ec8d7a0d')
+ http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
+md5sums=('9c0cfef285d5c4a5c80d00904ddab380'
+ 'ae3d1ebe000a3972afa104ca7f0e1b4a')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"