aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-turbo/APKBUILD
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-04-14 23:09:23 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-04-26 19:24:24 +0000
commitf711a4d00c7f56cf44e9c4bcd87b1c02c10e568d (patch)
treef1352dca601e9c1c062eacd032b432d05bdea2b3 /community/lua-turbo/APKBUILD
parenta023a2cf308dbd2ac8c99a4d86218ffd6ed5f252 (diff)
downloadaports-f711a4d00c7f56cf44e9c4bcd87b1c02c10e568d.tar.bz2
aports-f711a4d00c7f56cf44e9c4bcd87b1c02c10e568d.tar.xz
community/lua-turbo: enable luajit on all arches
Diffstat (limited to 'community/lua-turbo/APKBUILD')
-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 1b8f25a771..6850a11fa8 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"