diff options
Diffstat (limited to 'user/perl-games-solitaire-verify')
-rw-r--r-- | user/perl-games-solitaire-verify/APKBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/user/perl-games-solitaire-verify/APKBUILD b/user/perl-games-solitaire-verify/APKBUILD index 2491b2cc7..b72c57592 100644 --- a/user/perl-games-solitaire-verify/APKBUILD +++ b/user/perl-games-solitaire-verify/APKBUILD @@ -1,7 +1,10 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> pkgname=perl-games-solitaire-verify -_pkgname=Games-Solitaire-Verify +_pkgreal=Games-Solitaire-Verify +_author=SHLOMIF +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} pkgver=0.2202 pkgrel=0 pkgdesc="Verify solutions to solitaire games" @@ -13,8 +16,8 @@ depends="perl-class-xsaccessor perl-dir-manifest perl-exception-class makedepends="perl-dev perl-module-build" checkdepends="perl-test-differences perl-path-tiny" subpackages="$pkgname-doc" -source="https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/$_pkgname-$pkgver.tar.gz" -builddir="$srcdir/$_pkgname-$pkgver" +source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" +builddir="$srcdir/$_pkgreal-$pkgver" build() { perl Build.PL installdirs=vendor |