summaryrefslogtreecommitdiffstats
path: root/abs/core/perl_modules/perl-module-build/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/perl_modules/perl-module-build/PKGBUILD')
-rw-r--r--abs/core/perl_modules/perl-module-build/PKGBUILD18
1 files changed, 10 insertions, 8 deletions
diff --git a/abs/core/perl_modules/perl-module-build/PKGBUILD b/abs/core/perl_modules/perl-module-build/PKGBUILD
index 96712a7..25c91a8 100644
--- a/abs/core/perl_modules/perl-module-build/PKGBUILD
+++ b/abs/core/perl_modules/perl-module-build/PKGBUILD
@@ -1,18 +1,20 @@
-# $Id: PKGBUILD 166452 2012-09-08 01:51:46Z eric $
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
-# Contributor : Alan Young <harleypig@gmail.com>
+# $Id$
+# Maintainer: Felix Yan <felixonmars@archlinux.org>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
+# Contributor: Alan Young <harleypig@gmail.com>
pkgname=perl-module-build
-pkgver=0.4003
-pkgrel=1
+pkgver=0.4224
+pkgrel=6
pkgdesc="Build, test, and install Perl modules"
arch=('any')
+url="http://search.cpan.org/dist/Module-Build"
license=('PerlArtistic' 'GPL')
-url='http://search.cpan.org/dist/Module-Build'
-depends=('perl>=5.6.1')
+depends=('perl' 'perl-cpan-meta' '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)
-md5sums=('ed5fe7e023af43b0722639b13ece8d2d')
+sha512sums=('c08e84c542a882aa16a682a81cbb7a4860774a3f6a0ec2e720ba9e9bcea76dab331999fee86bf8b92edc08560d7cef4a7c2dfa4e626ab9b22da965e715af531f')
build() {
cd Module-Build-$pkgver