aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-fun
diff options
context:
space:
mode:
Diffstat (limited to 'community/lua-fun')
-rw-r--r--community/lua-fun/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/lua-fun/APKBUILD b/community/lua-fun/APKBUILD
index d08a437fa5..bc1f7b65d1 100644
--- a/community/lua-fun/APKBUILD
+++ b/community/lua-fun/APKBUILD
@@ -4,7 +4,7 @@ pkgname=lua-fun
_rockname=fun
_pkgname=luafun
pkgver=0.1.3
-pkgrel=6
+pkgrel=7
pkgdesc="Functional programming library"
url="https://rtsisyk.github.io/luafun/"
arch="noarch"
@@ -17,7 +17,7 @@ builddir="$srcdir/$_pkgname-$pkgver"
# luajit is not available for selected arches
case "$CARCH" in
- ppc64le | s390x) _luajit="";;
+ s390x) _luajit="";;
*) checkdepends="$checkdepends luajit" _luajit="jit";;
esac