aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2020-03-18 21:22:04 +0100
committerJakub Jirutka <jakub@jirutka.cz>2020-03-18 23:09:21 +0100
commitcfd5c550cd3dcbb4a7f607842f69208b8e20d364 (patch)
tree467c99f8841d22488c9f467f0f11a675e8443bae
parent4ece84983d6a8ce899ddb1fa92d5ea7c6d9ce048 (diff)
downloadaports-cfd5c550cd3dcbb4a7f607842f69208b8e20d364.tar.bz2
aports-cfd5c550cd3dcbb4a7f607842f69208b8e20d364.tar.xz
testing/lua-resty-redis: modernize abuild
-rw-r--r--testing/lua-resty-redis/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lua-resty-redis/APKBUILD b/testing/lua-resty-redis/APKBUILD
index 8ca520daf2..425c6c3142 100644
--- a/testing/lua-resty-redis/APKBUILD
+++ b/testing/lua-resty-redis/APKBUILD
@@ -8,7 +8,7 @@ url="https://github.com/openresty/lua-resty-redis"
arch="noarch"
license="BSD-2-Clause"
depends="lua"
-source="$pkgname-$pkgver.tar.gz::https://github.com/openresty/lua-resty-redis/archive/v$pkgver.tar.gz"
+source="https://github.com/openresty/lua-resty-redis/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