From b163eb1b88e25226d5a45816367522bffac0a978 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Thu, 17 Oct 2019 18:44:40 -0400 Subject: user/perl-*: modernise --- user/perl-games-solitaire-verify/APKBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'user/perl-games-solitaire-verify') 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 # Maintainer: Adélie Perl Team 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 -- cgit v1.2.3-70-g09d2