aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-27 09:37:04 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-27 09:40:32 +0100
commit9674fbdfb166a4cd5524372c6e73171502055a35 (patch)
tree80ff3b48b6a7289f18c9ba9c1d805bd81b9e08f7 /main
parent2942c3764b86eccc11fd330983b3a52ce91dbf83 (diff)
downloadaports-9674fbdfb166a4cd5524372c6e73171502055a35.tar.bz2
aports-9674fbdfb166a4cd5524372c6e73171502055a35.tar.xz
main/perl-specio: upgrade to 0.45
Diffstat (limited to 'main')
-rw-r--r--main/perl-specio/APKBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/main/perl-specio/APKBUILD b/main/perl-specio/APKBUILD
index 52cd5ed2fc..cacdc1ca79 100644
--- a/main/perl-specio/APKBUILD
+++ b/main/perl-specio/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=perl-specio
_pkgreal="Specio"
-pkgver=0.44
+pkgver=0.45
pkgrel=0
pkgdesc="Specio perl module"
url="https://metacpan.org/release/Specio"
@@ -15,20 +15,17 @@ source="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Specio-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgreal-$pkgver
build() {
- cd "$builddir"
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
}
check() {
- cd "$builddir"
make test
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
-sha512sums="5292927383ff3eef3c32a81188a108c009367644117af23b31665550cc4b51d47f0bc0c6791dce3caebb27cd7a92307370f41afe62b65682205cd91b7e99cd43 Specio-0.44.tar.gz"
+sha512sums="28c32b155ddd1537e2ed2e634b667c4010903a4c68e4684f07f4bb74414eeaf5f5ef05f4ed898c830751abfacc51280b00970250db1b2e1219acc23e834994d7 Specio-0.45.tar.gz"