diff options
Diffstat (limited to 'community/perl-test-nginx/APKBUILD')
-rw-r--r-- | community/perl-test-nginx/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/perl-test-nginx/APKBUILD b/community/perl-test-nginx/APKBUILD index ed4b073c8f..bbb28490c9 100644 --- a/community/perl-test-nginx/APKBUILD +++ b/community/perl-test-nginx/APKBUILD @@ -3,7 +3,7 @@ pkgname=perl-test-nginx _pkgreal=Test-Nginx pkgver=0.26 -pkgrel=0 +pkgrel=1 pkgdesc="Data-driven test scaffold for Nginx C module and Nginx/OpenResty-based libraries and applications" url="https://github.com/openresty/test-nginx" arch="noarch" @@ -12,7 +12,7 @@ depends="perl perl-list-moreutils perl-http-message perl-test-longstring perl-text-diff perl-libwww perl-uri perl-test-base" makedepends="perl-dev" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/A/AG/AGENT/$_pkgreal-$pkgver.tar.gz +source="https://cpan.metacpan.org/authors/id/A/AG/AGENT/$_pkgreal-$pkgver.tar.gz set-temp-paths.patch" builddir="$srcdir/$_pkgreal-$pkgver" |