diff options
author | root <root@rshg054.dnsready.net> | 2013-05-05 01:06:44 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-05 01:06:44 -0700 |
commit | 7a600dcabb6923ee79d36a4eaab2fc6867bdb807 (patch) | |
tree | bd75ff45c676ff5c7e8744686901ffdcecf6f7b1 /community/perl-xml-libxml | |
parent | 5f3b2100b811506bec6bcf63b24d1c605dfe8cb6 (diff) |
Sun May 5 01:06:40 PDT 2013
Diffstat (limited to 'community/perl-xml-libxml')
-rw-r--r-- | community/perl-xml-libxml/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/community/perl-xml-libxml/PKGBUILD b/community/perl-xml-libxml/PKGBUILD index c635a8a13..7339477ad 100644 --- a/community/perl-xml-libxml/PKGBUILD +++ b/community/perl-xml-libxml/PKGBUILD @@ -1,9 +1,10 @@ -# $Id: PKGBUILD 86667 2013-03-21 00:57:39Z eric $ -# Maintainer: Justin "juster" Davis <jrcd83@gmail.com> +# $Id: PKGBUILD 89886 2013-05-04 19:42:51Z 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.0014 +pkgver=2.0016 pkgrel=1 pkgdesc="Interface to the libxml library" arch=('i686' 'x86_64') @@ -16,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=('a146e20c122b074dbb0d953fb8f65ca0') +md5sums=('d3bbc3437f6b39eca5825e9d0b0c187a') build() { cd XML-LibXML-$pkgver |