From ec2cd0eb6eb560b95a73365a5cdc7a9a8a846776 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 18 Mar 2020 21:09:34 +0100 Subject: testing/lua-resty-core: modernize abuild --- testing/lua-resty-core/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/lua-resty-core/APKBUILD b/testing/lua-resty-core/APKBUILD index 83992e9640..3cf5559d91 100644 --- a/testing/lua-resty-core/APKBUILD +++ b/testing/lua-resty-core/APKBUILD @@ -8,7 +8,7 @@ url="https://github.com/openresty/lua-resty-core" arch="noarch" license="BSD-2-Clause" depends="lua" -source="$pkgname-$pkgver.tar.gz::https://github.com/openresty/lua-resty-core/archive/v$pkgver.tar.gz" +source="https://github.com/openresty/lua-resty-core/archive/v$pkgver/$pkgname-$pkgver.tar.gz" options="!check" # FIXME: tests require OpenResty and additional dependencies for _v in 5.1 5.2 5.3; do -- cgit v1.2.3