summaryrefslogtreecommitdiff
path: root/user/perl-indirect
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-07-11 22:58:50 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-07-11 22:58:50 +0000
commitae4f70997467c000a556425c932932d856dd938d (patch)
treef3475933e74dcea3eed0520ec0571fcb50db27dc /user/perl-indirect
parent26a49a2943f35d8ae46cc176371b0dba490f6bdb (diff)
downloadpackages-ae4f70997467c000a556425c932932d856dd938d.tar.gz
packages-ae4f70997467c000a556425c932932d856dd938d.tar.bz2
packages-ae4f70997467c000a556425c932932d856dd938d.tar.xz
packages-ae4f70997467c000a556425c932932d856dd938d.zip
user/perl-indirect: bugfix bump to 0.39
Diffstat (limited to 'user/perl-indirect')
-rw-r--r--user/perl-indirect/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/user/perl-indirect/APKBUILD b/user/perl-indirect/APKBUILD
index 54e814d1e..bd04fb628 100644
--- a/user/perl-indirect/APKBUILD
+++ b/user/perl-indirect/APKBUILD
@@ -1,10 +1,10 @@
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname=perl-indirect
-pkgver=0.38
+pkgver=0.39
pkgrel=0
pkgdesc="Perl module for lexically warning about indirect method calls"
-url="https://metacpan.org/pod/indirect"
+url="https://metacpan.org/release/indirect"
arch="all"
license="Artistic-1.0-Perl"
depends=""
@@ -14,20 +14,17 @@ source="https://cpan.metacpan.org/authors/id/V/VP/VPIT/indirect-$pkgver.tar.gz"
builddir="$srcdir/indirect-$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="1ae363d2b2961be8495168a870bf941953a7845b0f3e9c7e9b267affc0b0392e1747ca4edd484ac98ddeef70b1a1cf28672bf1b9289847cb193409914e2f4673 indirect-0.38.tar.gz"
+sha512sums="d3275a2cab2eeceef61756e08947d3072c0ce5cea2e8b70870c5fcbd9c63e56cf70568395002b7d02060cad3482f7f56723b1ad85fcf0a4c4ee2568b5035816c indirect-0.39.tar.gz"