summaryrefslogtreecommitdiff
path: root/user/perl-commandable/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/perl-commandable/APKBUILD')
-rw-r--r--user/perl-commandable/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/user/perl-commandable/APKBUILD b/user/perl-commandable/APKBUILD
index 12e3932ee..d688263c8 100644
--- a/user/perl-commandable/APKBUILD
+++ b/user/perl-commandable/APKBUILD
@@ -5,14 +5,15 @@ _pkgreal=Commandable
_author=PEVANS
_au=${_author%%"${_author#??}"}
_a=${_author%%"${_author#?}"}
-pkgver=0.09
+pkgver=0.11
pkgrel=0
pkgdesc="Represents one invocation of a CLI command"
url="https://metacpan.org/pod/Commandable"
arch="noarch"
license="GPL-1.0+ OR Artistic-1.0-Perl"
depends="perl"
-checkdepends="perl-test-fatal perl-test-warnings"
+checkdepends="perl-test-fatal perl-test-warnings perl-test2-suite
+ perl-test-nowarnings"
makedepends="perl-module-build perl-module-pluggable"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz"
@@ -32,4 +33,4 @@ package() {
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
-sha512sums="1bd74ae2de32e772f73d1883543309d3d3150b0aa214a4651758fe4c485c82c775292ba63f1e91841d9a0681d65a55a0fc0f8bf0e52dc4ce769105141fa2c9e5 Commandable-0.09.tar.gz"
+sha512sums="cc73431bc58f0c0adc957532c331d34bf9da741e0c290855fe946219dad44bd55f2d9ba018b3d61f35ad43b87012906b0702ab5a0cc1c86cee266f0a276bab7d Commandable-0.11.tar.gz"