mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
community/perl-future-asyncawait: upgrade to 0.67
This commit is contained in:
parent
ddf62b870f
commit
c0b05f3117
@ -2,17 +2,25 @@
|
||||
# Contributor: rubicon <rubicon@mailo.com>
|
||||
# Maintainer: Celeste <cielesti@protonmail.com>
|
||||
pkgname=perl-future-asyncawait
|
||||
pkgver=0.66
|
||||
pkgrel=2
|
||||
pkgver=0.67
|
||||
pkgrel=0
|
||||
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
|
||||
_pkgreal=Future-AsyncAwait
|
||||
pkgdesc="Deferred subroutine syntax for Futures"
|
||||
url="https://metacpan.org/release/Future-AsyncAwait/"
|
||||
arch="all"
|
||||
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
|
||||
depends="perl perl-future perl-xs-parse-keyword perl-xs-parse-sublike"
|
||||
makedepends="perl-dev perl-module-build"
|
||||
checkdepends="perl-test2-suite"
|
||||
depends="
|
||||
perl
|
||||
perl-file-sharedir
|
||||
perl-future
|
||||
perl-xs-parse-keyword
|
||||
perl-xs-parse-sublike
|
||||
"
|
||||
makedepends="
|
||||
perl-dev
|
||||
perl-module-build
|
||||
"
|
||||
subpackages="$pkgname-doc"
|
||||
source="https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Future-AsyncAwait-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
@ -34,5 +42,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
ab89221d3781ae18f5865d3003e61c81ff49d924d965425cc7c5120f43dc0a2d29a82b0f6ee23286525f8368cd2e02ee6468b06354f0aefc2428334c41ccaf21 Future-AsyncAwait-0.66.tar.gz
|
||||
cfa7f961d11b3285ce158bf25aa819e3f75d143270d98ef296fd00ad504da9d5cfb490a4b6339d978bbdcade4b15c3879bfa9822c0fddea87e69eec36072c4ad Future-AsyncAwait-0.67.tar.gz
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user