Date: Sunday, January 18, 2015 @ 11:36:48 Author: fyan Revision: 126072
upgpkg: perl-xml-libxslt 1.93-1 Modified: perl-xml-libxslt/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-01-18 10:34:08 UTC (rev 126071) +++ PKGBUILD 2015-01-18 10:36:48 UTC (rev 126072) @@ -1,20 +1,21 @@ # $Id$ -# Maintainer: Felix Yan <[email protected]> +# Maintainer: Felix Yan <[email protected]> # Contributor: Jonathan Steel <[email protected]> # Contributor: Justin "juster" Davis <[email protected]> # Contributor: François Charette <firmicus ατ gmx δοτ net> pkgname=perl-xml-libxslt -pkgver=1.92 -pkgrel=2 +pkgver=1.93 +pkgrel=1 pkgdesc="Interface to the gnome libxslt library" arch=('i686' 'x86_64') url="http://search.cpan.org/dist/XML-LibXSLT" license=('GPL') depends=('perl-xml-libxml' 'libxslt') +checkdepends=('perl-test-pod') options=('!emptydirs') source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz) -md5sums=('e543d54493c8be6d4fb26595593818d1') +md5sums=('dd200cfc6b43ff8f8e08b8c92b6a25db') build() { cd XML-LibXSLT-$pkgver
