diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-06-18 02:12:32 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-18 11:12:06 -0300 |
commit | 026d835636e0525f2912c5d2093b30db18e33190 (patch) | |
tree | 37a6f8962b5a26e842ed45f1f4e93f84b3aeb4bf /community/perl-time-local/APKBUILD | |
parent | 86b45386da94228b00ded5b55c21699e73e42173 (diff) | |
download | aports-026d835636e0525f2912c5d2093b30db18e33190.tar.bz2 aports-026d835636e0525f2912c5d2093b30db18e33190.tar.xz |
community/perl-time-local: upgrade to 1.28
Diffstat (limited to 'community/perl-time-local/APKBUILD')
-rw-r--r-- | community/perl-time-local/APKBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/perl-time-local/APKBUILD b/community/perl-time-local/APKBUILD index e7c306b48e..59f273055f 100644 --- a/community/perl-time-local/APKBUILD +++ b/community/perl-time-local/APKBUILD @@ -3,16 +3,16 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=perl-time-local _pkgreal=Time-Local -pkgver=1.25 +pkgver=1.28 pkgrel=0 -pkgdesc="unknown" -url="http://search.cpan.org/dist/Time-Local/" +pkgdesc="Efficiently compute time from local and GMT time" +url="https://search.cpan.org/dist/Time-Local/" arch="noarch" license="GPL PerlArtistic" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { @@ -32,7 +32,7 @@ check() { package() { cd "$builddir" - make DESTDIR="$pkgdir" install || return 1 + make DESTDIR="$pkgdir" install find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } @@ -40,4 +40,4 @@ doc() { default_doc replaces="perl-doc" } -sha512sums="7c21fd0d699bf139aebb5b252f1c37eed20ae78bbfd145390a97a08879121a242dbee0d81a405e634b15ffcbb640b4030c700b1b9cf11e98e474bd57c23f4c8a Time-Local-1.25.tar.gz" +sha512sums="8e5e36f84bf9314e780687eaa1a48475ecc4c6cce4510b18d556f1d9ca9ec8b744ac45b4d7d1d9db9bb1a0f15886e8e4ac39aee0882d24fad5becab573b27b67 Time-Local-1.28.tar.gz" |