aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-test-nginx/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/perl-test-nginx/APKBUILD')
-rw-r--r--community/perl-test-nginx/APKBUILD21
1 files changed, 12 insertions, 9 deletions
diff --git a/community/perl-test-nginx/APKBUILD b/community/perl-test-nginx/APKBUILD
index 976117dc886..ea6b0737625 100644
--- a/community/perl-test-nginx/APKBUILD
+++ b/community/perl-test-nginx/APKBUILD
@@ -4,17 +4,18 @@
pkgname=perl-test-nginx
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=Test-Nginx
-pkgver=0.26
-pkgrel=2
-pkgdesc="Data-driven test scaffold for Nginx C module and Nginx/OpenResty-based libraries and applications"
+pkgver=0.30
+pkgrel=1
+pkgdesc="Data-driven test scaffold for Nginx C module"
url="https://metacpan.org/release/Test-Nginx/"
arch="noarch"
# License appears to be BSD-3-Clause but there is a one
# word difference s/HOLDER/OWNER in line 2 of the Disclaimer
-license="BSD-3-Clause(variant)"
-depends="perl perl-http-message perl-uri perl-test-longstring
- perl-list-moreutils perl-libwww perl-text-diff perl-test-base"
-makedepends="perl-dev"
+license="BSD-3-Clause"
+depends="
+ perl perl-libwww perl-ipc-run perl-text-diff perl-http-message perl-test-longstring
+ perl-list-moreutils perl-test-base perl-uri
+ "
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/A/AG/AGENT/Test-Nginx-$pkgver.tar.gz
set-temp-paths.patch"
@@ -36,5 +37,7 @@ package() {
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
-sha512sums="8f5f244d98a20e9a125b2fb56753e77eb3f4a3390f01d46e9e565ef4cb2667725421322cda7ac3933f1fcb6f7863477769c18797cbe7b3eb3f7398590593fd01 Test-Nginx-0.26.tar.gz
-028133884a4cba921ee9533fd0d53d1c65a0cbce93c9b81ffbe4004aaed6cdeb2a5327824d4b0cefe0902ba8c9e9f2a7efed65869db3f0733a36f9a4c56bbed9 set-temp-paths.patch"
+sha512sums="
+3a6727e567a213872f2ec6b0d782f40d867714787811911bf1637e76abcb3511c446b87e8a93106cf1473f2e49ebe375a2382658b8600a65cb8c3940cc0fa178 Test-Nginx-0.30.tar.gz
+028133884a4cba921ee9533fd0d53d1c65a0cbce93c9b81ffbe4004aaed6cdeb2a5327824d4b0cefe0902ba8c9e9f2a7efed65869db3f0733a36f9a4c56bbed9 set-temp-paths.patch
+"