aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/lua-resty-core/APKBUILD2
1 files changed, 1 insertions, 1 deletions
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