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-libxslt | |
parent | 34276794ce110cd2f9204e4b504aea41fb584145 (diff) |
Sun Feb 16 03:37:09 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 9c9977059..333ca4f20 100644 --- a/community/perl-xml-libxslt/PKGBUILD +++ b/community/perl-xml-libxslt/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 100900 2013-11-12 23:39:12Z eric $ +# $Id: PKGBUILD 105747 2014-02-15 01:58:04Z eric $ # 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.82 +pkgver=1.87 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=('91b5432b2c68fcf88b25cfd825b23b14') +md5sums=('6a9303ffada82422781a36c54d3f4a8f') build() { cd XML-LibXSLT-$pkgver |