aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/lua-turbo/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/lua-turbo/APKBUILD b/community/lua-turbo/APKBUILD
index 1b8f25a7719..6850a11fa80 100644
--- a/community/lua-turbo/APKBUILD
+++ b/community/lua-turbo/APKBUILD
@@ -4,11 +4,10 @@
pkgname=lua-turbo
_jitver=2.1.0-beta3
pkgver=2.1.3
-pkgrel=3
+pkgrel=4
pkgdesc="a framework built for LuaJIT 2 and Linux"
url="https://github.com/kernelsauce/turbo"
-# luajit is not available for disabled arches
-arch="all !s390x"
+arch="all"
license="Apache-2.0"
depends="luajit lua5.1-cjson lua5.1-sec ca-certificates"
subpackages="$pkgname-openrc"