aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-redis/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lua-redis/APKBUILD')
-rw-r--r--community/lua-redis/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/lua-redis/APKBUILD b/community/lua-redis/APKBUILD
index 329b9bad283..1b92f332b97 100644
--- a/community/lua-redis/APKBUILD
+++ b/community/lua-redis/APKBUILD
@@ -2,16 +2,14 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=lua-redis
_pkgname=redis-lua
-_luaversions="5.1 5.2"
+_luaversions="5.1 5.2 5.3"
pkgver=2.0.4
-pkgrel=3
+pkgrel=4
pkgdesc="A Lua client library for the redis key value storage system"
url="https://github.com/nrk/redis-lua"
arch="noarch"
license="MIT"
depends="lua-socket"
-depends_dev=""
-makedepends="$depends_dev"
options="!check"
source="$pkgname-$pkgver.tar.gz::https://github.com/nrk/redis-lua/archive/v$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
@@ -42,4 +40,6 @@ _subpackage() {
echo 'rock_manifest = {}' > "$rockdir"/rock_manifest
}
-sha512sums="8e1266601881b0404aa1d771acc486b09a3752f901d4eec04c40912556d2ffe6eb24045d257193c7229fdfa48530a754ce267466f258a9618a30e3ab7ba9e1bc lua-redis-2.0.4.tar.gz"
+sha512sums="
+8e1266601881b0404aa1d771acc486b09a3752f901d4eec04c40912556d2ffe6eb24045d257193c7229fdfa48530a754ce267466f258a9618a30e3ab7ba9e1bc lua-redis-2.0.4.tar.gz
+"