diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-04-14 14:58:09 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-04-14 14:58:09 (GMT) |
commit | 4c12dea888fdd090cf324e3f47cce2fb5954d38f (patch) | |
tree | f4945515032e4d63adbffe9292a8603885b90b5e /abs/core | |
parent | 51a8bb6fe3ec608f5203a3a1dca970c4481a9749 (diff) | |
download | linhes_pkgbuild-4c12dea888fdd090cf324e3f47cce2fb5954d38f.zip linhes_pkgbuild-4c12dea888fdd090cf324e3f47cce2fb5954d38f.tar.gz linhes_pkgbuild-4c12dea888fdd090cf324e3f47cce2fb5954d38f.tar.bz2 |
perl-module-build: updaet to 0.4224
Diffstat (limited to 'abs/core')
-rw-r--r-- | abs/core/perl_modules/perl-module-build/PKGBUILD | 18 |
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..77ff310 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=5 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 |