diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-05 00:17:58 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-05 00:18:29 +0000 |
commit | 5164ed84330c6a0eb73aed63507ae540a5d6b2b8 (patch) | |
tree | ab1f1fa7094d319b7a55093c90b1461c3c2c4a00 /testing/perl-test-trap | |
parent | 9ae12f3c2486f2a83061f1be2ee44c4a98b95ebe (diff) | |
download | aports-5164ed84330c6a0eb73aed63507ae540a5d6b2b8.tar.bz2 aports-5164ed84330c6a0eb73aed63507ae540a5d6b2b8.tar.xz |
testing/perl-test-trap: upgrade to 0.3.3
Diffstat (limited to 'testing/perl-test-trap')
-rw-r--r-- | testing/perl-test-trap/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/perl-test-trap/APKBUILD b/testing/perl-test-trap/APKBUILD index 08d1acf352..ce94291ad1 100644 --- a/testing/perl-test-trap/APKBUILD +++ b/testing/perl-test-trap/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=perl-test-trap _pkgreal=Test-Trap -pkgver=v0.3.2 +pkgver=v0.3.3 pkgrel=0 pkgdesc="Trap exit codes, exceptions, output, etc." url="http://search.cpan.org/dist/Test-Trap/" @@ -20,11 +20,11 @@ source="http://search.cpan.org/CPAN/authors/id/E/EB/EBHANSSEN/$_pkgreal-$pkgver. builddir="$srcdir/$_pkgreal-$pkgver" prepare() { - default_prepare || return 1 + default_prepare cd "$builddir" export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}') - perl Build.PL installdirs=vendor || return 1 + perl Build.PL installdirs=vendor } build() { @@ -35,7 +35,7 @@ build() { package() { cd "$builddir" - ./Build install destdir="$pkgdir" || return 1 + ./Build install destdir="$pkgdir" find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } @@ -44,4 +44,4 @@ check() { ./Build test } -sha512sums="2c8985b316885975b6c07a6da03d55daea8bb212400a5db90ab7aecf1c5a79cd2682db46b39a3353e8bdd4a7e79fef86c26cec731d02561755852e48c09ad129 Test-Trap-v0.3.2.tar.gz" +sha512sums="3a79bb0e201f2c740ea87baffda29141fc41e29b310bc9291da0e1cac0cf7f62a8c5cc70b94b68542cac7d6844d76c7fc1d3bbb91d86f8ba26a489d39883dd1e Test-Trap-v0.3.3.tar.gz" |