diff options
Diffstat (limited to 'user/perl-datetime/APKBUILD')
-rw-r--r-- | user/perl-datetime/APKBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/user/perl-datetime/APKBUILD b/user/perl-datetime/APKBUILD index e92505389..7ca5bb0ee 100644 --- a/user/perl-datetime/APKBUILD +++ b/user/perl-datetime/APKBUILD @@ -1,7 +1,10 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> pkgname=perl-datetime -_pkgname=DateTime +_pkgreal=DateTime +_author=DROLSKY +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} pkgver=1.51 pkgrel=0 pkgdesc="Date and time object for Perl" @@ -14,8 +17,8 @@ depends="perl-datetime-locale perl-datetime-timezone perl-dist-checkconflicts checkdepends="perl-test-fatal perl-test-warnings" makedepends="perl-dev perl-cpan-meta-check" subpackages="$pkgname-doc" -source="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz" -builddir="$srcdir/DateTime-$pkgver" +source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" +builddir="$srcdir/$_pkgreal-$pkgver" build() { PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor |