aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2020-03-18 21:09:34 +0100
committerJakub Jirutka <jakub@jirutka.cz>2020-03-18 23:09:21 +0100
commitec2cd0eb6eb560b95a73365a5cdc7a9a8a846776 (patch)
treea125c97dc240380c652224ca93b9fa3b9345c8a5 /testing
parent3f2b1e35f00b847c73e64d6350b1f7c8c0a00f35 (diff)
downloadaports-ec2cd0eb6eb560b95a73365a5cdc7a9a8a846776.tar.bz2
aports-ec2cd0eb6eb560b95a73365a5cdc7a9a8a846776.tar.xz
testing/lua-resty-core: modernize abuild
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