Date: Wednesday, December 3, 2014 @ 07:01:35 Author: fyan Revision: 227272
upgpkg: perl-module-build 0.4210-1 upstream new release Modified: perl-module-build/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-12-03 05:51:26 UTC (rev 227271) +++ PKGBUILD 2014-12-03 06:01:35 UTC (rev 227272) @@ -1,18 +1,19 @@ # $Id$ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> -# Contributor : Alan Young <[email protected]> +# Maintainer: Felix Yan <[email protected]> +# Contributor: Jan Alexander Steffens (heftig) <[email protected]> +# Contributor: Alan Young <[email protected]> pkgname=perl-module-build -pkgver=0.4208 +pkgver=0.4210 pkgrel=1 pkgdesc="Build, test, and install Perl modules" arch=('any') url="http://search.cpan.org/dist/Module-Build" license=('PerlArtistic' 'GPL') -depends=('perl') +depends=('perl>=5.8.0' 'perl-cpan-meta>=2.142060') options=('!emptydirs') source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz) -md5sums=('296e2ee8d7f7c6b4b178cda6919ba3c9') +sha512sums=('96db00eeca86139c358f379c89ba5bafca7a59fd2dd0e110cb0468c4e11476550ff3a6315617e21cff1b8d51ac26d91c268d0cb40fd89df103a1e2111fa0bcfa') build() { cd Module-Build-$pkgver
