diff options
Diffstat (limited to 'community/perl-xml-libxml/PKGBUILD')
-rw-r--r-- | community/perl-xml-libxml/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-xml-libxml/PKGBUILD b/community/perl-xml-libxml/PKGBUILD index 927542dcf..c7e3231a6 100644 --- a/community/perl-xml-libxml/PKGBUILD +++ b/community/perl-xml-libxml/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 96253 2013-08-22 17:25:25Z jsteel $ +# $Id: PKGBUILD 97592 2013-09-24 21:06:57Z jsteel $ # Maintainer: Jonathan Steel <jsteel@aur.archlinux.org> # Contributor: Justin "juster" Davis <jrcd83@gmail.com> # Contributor: François Charette <francois.archlinux.org> pkgname=perl-xml-libxml -pkgver=2.0103 +pkgver=2.0106 pkgrel=1 pkgdesc="Interface to the libxml library" arch=('i686' 'x86_64' 'mips64el') @@ -17,7 +17,7 @@ conflicts=('perl-libxml' 'perl-xml-libxml-common') options=('!emptydirs') install=$pkgname.install source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz) -md5sums=('77184192598ea59389b76dfea2a23b7c') +md5sums=('5da8ecfdedccca81fe0821e9935fe11c') build() { cd XML-LibXML-$pkgver |