diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-20 18:19:23 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-20 18:26:14 -0300 |
commit | 0ca0415e9d3f7113ee5432181caf37b79331f40d (patch) | |
tree | 13566fb4eb306a4fb5f899b8a6666e86e54bfd6a | |
parent | a30886e9a7e3ce2af6cdaf8d38effce83648ea83 (diff) | |
download | aports-0ca0415e9d3f7113ee5432181caf37b79331f40d.tar.bz2 aports-0ca0415e9d3f7113ee5432181caf37b79331f40d.tar.xz |
main/perl-test-mockmodule: upgrade to 0.172.0
-rw-r--r-- | main/perl-test-mockmodule/APKBUILD | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/main/perl-test-mockmodule/APKBUILD b/main/perl-test-mockmodule/APKBUILD index 822cdf1152..c49c50ba93 100644 --- a/main/perl-test-mockmodule/APKBUILD +++ b/main/perl-test-mockmodule/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=perl-test-mockmodule _pkgname=Test-MockModule -pkgver=0.171.0 +pkgver=0.172.0 pkgrel=0 pkgdesc="Override subroutines in a module for unit testing" url="https://metacpan.org/release/Test-MockModule" @@ -16,26 +16,22 @@ builddir="$srcdir/$_pkgname-v$pkgver" prepare() { default_prepare - cd "$builddir" export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}') PERL_MM_USE_DEFAULT=1 perl Build.PL installdirs=vendor prefix=/usr } build() { - cd "$builddir" export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}') PERL_MM_USE_DEFAULT=1 perl Build } check() { - cd "$builddir" PERL_MM_USE_DEFAULT=1 perl Build test } package() { - cd "$builddir" PERL_MM_USE_DEFAULT=1 perl Build install destdir="$pkgdir" find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="c1fcb636400cadba1bc4fa2970b995be623c212261aa363c4881442b477968ca09810f028edc2e5e46134b1032e579afa54a14fcd5cb3d8cf3b9e31ecc2e5bd6 Test-MockModule-v0.171.0.tar.gz" +sha512sums="056c53bc36d2b63f5eb5572c40721f252e33bc008547e46f4af2ecece868b8e9bbf91daca0484cb9d01ae489fa81cb18fdcd3325208d1f409e5e52d6f09ee323 Test-MockModule-v0.172.0.tar.gz" |