summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-28 21:13:41 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-28 22:18:31 +0100
commitbf1a69184b5267e98c0993df32c789513f6b1abf (patch)
tree717712029109a6b951bc505cd276d609ff769b59
parent91b3b5a8b81c668b17165136f1c4df2a5884478a (diff)
downloadaports-bf1a69184b5267e98c0993df32c789513f6b1abf.zip
main/perl-type-tiny: upgrade to 1.008001
-rw-r--r--main/perl-type-tiny/APKBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/main/perl-type-tiny/APKBUILD b/main/perl-type-tiny/APKBUILD
index ff86ae873a4..50d34bfeadb 100644
--- a/main/perl-type-tiny/APKBUILD
+++ b/main/perl-type-tiny/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=perl-type-tiny
_pkgreal=Type-Tiny
-pkgver=1.008000
+pkgver=1.008001
pkgrel=0
pkgdesc="tiny, yet Moo(se)-compatible type constraint"
url="https://metacpan.org/release/Type-Tiny"
@@ -18,21 +18,18 @@ builddir="$srcdir/$_pkgreal-$pkgver"
prepare() {
default_prepare
- cd "$builddir"
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
}
build() {
- cd "$builddir"
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
make && make test
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
-sha512sums="4cf6cc90f05ca53e84c27cb672fb23cfec4912ac8ee14f234724a069d4c7c5c4492db40f091e8b2e21453dd9016765bf75aec62927082165f4b9f5e5298b5034 Type-Tiny-1.008000.tar.gz"
+sha512sums="279aabdf387aca3398e513e88e2ba5ee36a8dfbcba4ea78edb933ac9cd7fd5b8284dc5d509c318361de5edd83ae3084cf7a1cd2b621ff88884eca2680a739921 Type-Tiny-1.008001.tar.gz"