diff options
Diffstat (limited to 'user/perl-specio/APKBUILD')
-rw-r--r-- | user/perl-specio/APKBUILD | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/user/perl-specio/APKBUILD b/user/perl-specio/APKBUILD index 43cdeb30b..f0885ea25 100644 --- a/user/perl-specio/APKBUILD +++ b/user/perl-specio/APKBUILD @@ -1,7 +1,11 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> -# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> +# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house> pkgname=perl-specio -pkgver=0.44 +_pkgreal=Specio +_author=DROLSKY +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} +pkgver=0.48 pkgrel=0 pkgdesc="Type constraints and coercions for Perl" url="https://metacpan.org/release/Specio" @@ -9,12 +13,12 @@ arch="noarch" license="Artistic-2.0" depends="perl-devel-stacktrace perl-eval-closure perl-mro-compat perl-module-runtime perl-role-tiny perl-sub-quote perl-test-fatal - perl-try-tiny" -makedepends="perl-dev" + perl-try-tiny perl-xstring" checkdepends="perl-test-needs" +makedepends="" subpackages="$pkgname-doc" -source="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Specio-$pkgver.tar.gz" -builddir="$srcdir/Specio-$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 @@ -30,4 +34,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="5292927383ff3eef3c32a81188a108c009367644117af23b31665550cc4b51d47f0bc0c6791dce3caebb27cd7a92307370f41afe62b65682205cd91b7e99cd43 Specio-0.44.tar.gz" +sha512sums="76fd2aa398008238d55714700581782c95b635a4d4198b1c51daecfec770b61b9898351cbc2bf999f4d837691de657c51a94581c0f0b21b67b605770d507729a Specio-0.48.tar.gz" |