diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-16 03:47:45 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-16 03:47:45 +0000 |
commit | c78a18750fc2b9df6ea94089159f4176a1f9198d (patch) | |
tree | 25be357ee503ee66fd716327dd1a9a42d5f8b235 /community/perl-xml-libxslt | |
parent | ad45d1982b97faa9372d99e51daa687c7c09de7d (diff) |
Wed Apr 16 03:42:20 UTC 2014
Diffstat (limited to 'community/perl-xml-libxslt')
-rw-r--r-- | community/perl-xml-libxslt/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-xml-libxslt/PKGBUILD b/community/perl-xml-libxslt/PKGBUILD index 6e56fc870..1343d2908 100644 --- a/community/perl-xml-libxslt/PKGBUILD +++ b/community/perl-xml-libxslt/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 109074 2014-04-10 09:00:23Z fyan $ +# $Id: PKGBUILD 109504 2014-04-15 09:30:25Z fyan $ # Maintainer: Jonathan Steel <jsteel@aur.archlinux.org> # Contributor: Justin "juster" Davis <jrcd83@gmail.com> # Contributor: François Charette <firmicus ατ gmx δοτ net> pkgname=perl-xml-libxslt -pkgver=1.89 +pkgver=1.92 pkgrel=1 pkgdesc="Interface to the gnome libxslt library" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ license=('GPL') depends=('perl-xml-libxml' 'libxslt') options=('!emptydirs') source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz) -md5sums=('692d2491b3ebf3465960c270c6a10e8b') +md5sums=('e543d54493c8be6d4fb26595593818d1') build() { cd XML-LibXSLT-$pkgver |