Date: Sunday, September 14, 2014 @ 06:44:40 Author: fyan Revision: 221632
upgpkg: perl-archive-zip 1.38-1 Modified: perl-archive-zip/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-09-14 04:27:09 UTC (rev 221631) +++ PKGBUILD 2014-09-14 04:44:40 UTC (rev 221632) @@ -1,9 +1,10 @@ # $Id$ -# Maintainer: Allan McRae <[email protected]> +# Maintainer: Felix Yan <[email protected]> +# Contributor: Allan McRae <[email protected]> # Contributor: Andrew Simmons <[email protected]> pkgname=perl-archive-zip -pkgver=1.37 +pkgver=1.38 pkgrel=1 pkgdesc="Provide a perl interface to ZIP archive files" arch=('any') @@ -12,7 +13,7 @@ depends=('perl') options=('!emptydirs') source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz) -md5sums=('e804985def2c1f0ed640ab4ca6aa85a1') +md5sums=('51cece4b0e0167cd187daa26fa962705') build() { cd Archive-Zip-${pkgver}
