aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-06-01 15:34:08 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-06-01 19:42:03 +0000
commit030bc121a8c734fa65761ee1c98357b2ac227a24 (patch)
tree14b18dbd9af87d076967235400ae1ae3cb06a7c6
parentb2e40dbbc11159bea193f83164f585238879cf80 (diff)
community/perl-date-manip: upgrade to 6.82
-rw-r--r--community/perl-date-manip/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/perl-date-manip/APKBUILD b/community/perl-date-manip/APKBUILD
index 50cab7d4fdc..5244e30ae2e 100644
--- a/community/perl-date-manip/APKBUILD
+++ b/community/perl-date-manip/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=perl-date-manip
_pkgreal=Date-Manip
-pkgver=6.81
+pkgver=6.82
pkgrel=0
pkgdesc="Date manipulation routines"
url="https://metacpan.org/release/Date-Manip"
@@ -17,6 +17,7 @@ source="https://cpan.metacpan.org/authors/id/S/SB/SBECK/Date-Manip-$pkgver.tar.g
builddir="$srcdir/$_pkgreal-$pkgver"
prepare() {
+ default_prepare
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
}
@@ -33,4 +34,4 @@ package() {
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
-sha512sums="108549194a1084d6d235ba8765ae6e4f5fc15d7338b5f27c1b5e6239508001f4dbfb5182c67c0815acef7ee3c9ebe9ecf1ff500e186f20fa83125b4826a8e097 Date-Manip-6.81.tar.gz"
+sha512sums="2e34011b678d7efdd0f9c850c86f573316aa835d4b67732ee042403f90460e43c2fac76f2c0635a61512f1aa0eb64fc56fb2c4b2d80068ba7d1a603ae9c1dac2 Date-Manip-6.82.tar.gz"