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 95584071e..aed8b510f 100644 --- a/community/perl-xml-libxml/PKGBUILD +++ b/community/perl-xml-libxml/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 93872 2013-07-11 16:11:22Z jsteel $ +# $Id: PKGBUILD 95837 2013-08-17 14:25:58Z 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.0019 +pkgver=2.0101 pkgrel=1 pkgdesc="Interface to the libxml library" arch=('i686' 'x86_64') @@ -17,7 +17,7 @@ conflicts=('perl-libxml' 'perl-xml-libxml-common') options=('!emptydirs') install=perl-xml-libxml.install source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz) -md5sums=('0873ac0bae4a4bf7ba7b2d970876e4ba') +md5sums=('5f60ca19b651628eb80341da99a56598') build() { cd XML-LibXML-$pkgver |