aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-datetime-timezone
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-16 06:48:53 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-18 13:35:26 +0100
commitafbb8ed3d30430e64678dfe0d34cdfbc17a7cff7 (patch)
treedd77abf535e729148ea1b0675a2f3e64d50b5d58 /main/perl-datetime-timezone
parentd2eaabd27f1a80e5db0ea4a7d58e13dc28ce78f8 (diff)
downloadaports-afbb8ed3d30430e64678dfe0d34cdfbc17a7cff7.tar.bz2
aports-afbb8ed3d30430e64678dfe0d34cdfbc17a7cff7.tar.xz
main/perl-datetime-timezone: upgrade to 2.38
Diffstat (limited to 'main/perl-datetime-timezone')
-rw-r--r--main/perl-datetime-timezone/APKBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/main/perl-datetime-timezone/APKBUILD b/main/perl-datetime-timezone/APKBUILD
index 79ae5585d3..01025589d1 100644
--- a/main/perl-datetime-timezone/APKBUILD
+++ b/main/perl-datetime-timezone/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=perl-datetime-timezone
_pkgreal=DateTime-TimeZone
-pkgver=2.37
+pkgver=2.38
pkgrel=0
pkgdesc="Time zone object base class and factory"
url="https://metacpan.org/release/DateTime-TimeZone"
@@ -24,27 +24,23 @@ builddir="$srcdir/$_pkgreal-$pkgver"
prepare() {
default_prepare
- cd "$builddir"
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL INSTALLDIRS=vendor
}
build() {
- cd "$builddir"
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
make
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
check() {
- cd "$builddir"
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
make test
}
-sha512sums="9cc26cb9e1563ad86dcee2c83dc7f745631903a370e28ba14211671d905d2fe1a9ef3f72ee51777fdc6999b9ffb4f9d58b50c48655dd6b9ab9fee3fa97df701f DateTime-TimeZone-2.37.tar.gz"
+sha512sums="984a3bf8e30bae0085be51d67288230ffd8d2834b066b275720ab3658df6cc0607316cb22b2ca28ec8c9c1be7f6cbb8509eee52d4906aedf6175bf36a413b643 DateTime-TimeZone-2.38.tar.gz"