diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-16 03:38:43 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-16 03:38:43 +0000 |
commit | 7695869e55415ddd53069b90850a387e73f04f4e (patch) | |
tree | 943d5d2b3a9a108665203c54fa0f5d63d112a7c3 /community/perl-xml-libxml/PKGBUILD | |
parent | 34276794ce110cd2f9204e4b504aea41fb584145 (diff) |
Sun Feb 16 03:37:09 UTC 2014
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 a187bb4c4..7c639a69d 100644 --- a/community/perl-xml-libxml/PKGBUILD +++ b/community/perl-xml-libxml/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 100412 2013-11-03 17:59:19Z jsteel $ +# $Id: PKGBUILD 105751 2014-02-15 09:51:59Z 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.0107 +pkgver=2.0110 pkgrel=1 pkgdesc="Interface to the libxml library" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ replaces=('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=('4caedd8fb64167e1caf0443f18ec47a2') +md5sums=('5cc869a22613e20d9d0abc58aae11bcd') build() { cd "$srcdir"/XML-LibXML-$pkgver |