Date: Friday, June 12, 2015 @ 18:04:13 Author: fyan Revision: 240627 upgpkg: perl-module-build 0.4214-1
Modified: perl-module-build/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-06-12 16:00:57 UTC (rev 240626) +++ PKGBUILD 2015-06-12 16:04:13 UTC (rev 240627) @@ -4,16 +4,17 @@ # Contributor: Alan Young <[email protected]> pkgname=perl-module-build -pkgver=0.4212 +pkgver=0.4214 pkgrel=1 pkgdesc="Build, test, and install Perl modules" arch=('any') url="http://search.cpan.org/dist/Module-Build" license=('PerlArtistic' 'GPL') -depends=('perl>=5.8.0' 'perl-cpan-meta>=2.142060') +depends=('perl>=5.8.0' 'perl-cpan-meta>=2.142060' 'perl-inc-latest') +checkdepends=('perl-par-dist' 'perl-archive-zip') options=('!emptydirs') source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz) -sha512sums=('5677decbb11194f5657e7436abb24afd9697021e924cd33db92da04be4a467d99fd9d587e62ccd865ef4f2120f7dad5e5ee38a7ae14f65d73e080f1bf6bc6147') +sha512sums=('33bc4adfd21cfa3ff3489fd4ed2a6dfd9b4bd9bcdb7839a76088876fcf5bc9b435c2d246e9eee60a6ae3ac6c6d06a377d8dc0440ec725a4985a8dd1746c445b2') build() { cd Module-Build-$pkgver
