diff options
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 |