diff options
Diffstat (limited to 'abs/core')
-rw-r--r-- | abs/core/perl_modules/perl-xml-namespacesupport/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/perl_modules/perl-xml-namespacesupport/PKGBUILD b/abs/core/perl_modules/perl-xml-namespacesupport/PKGBUILD index a641a81..6f5b6e3 100644 --- a/abs/core/perl_modules/perl-xml-namespacesupport/PKGBUILD +++ b/abs/core/perl_modules/perl-xml-namespacesupport/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 143952 2011-11-30 22:08:16Z giovanni $ +# $Id$ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: François Charette <firmicus ατ gmx δοτ net> pkgname=perl-xml-namespacesupport -pkgver=1.11 +pkgver=1.12 pkgrel=2 pkgdesc="Generic namespace helpers (ported from SAX2)" arch=('any') @@ -12,7 +12,7 @@ license=('GPL') depends=('perl') options=('!emptydirs') source=("http://www.cpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-${pkgver}.tar.gz") -md5sums=('222cca76161cd956d724286d36b607da') +md5sums=('a8916c6d095bcf073e1108af02e78c97') build() { cd "${srcdir}/XML-NamespaceSupport-${pkgver}" |