aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-toml
diff options
context:
space:
mode:
Diffstat (limited to 'community/lua-toml')
-rw-r--r--community/lua-toml/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/lua-toml/APKBUILD b/community/lua-toml/APKBUILD
index 42e247c265..94a1214273 100644
--- a/community/lua-toml/APKBUILD
+++ b/community/lua-toml/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=lua-toml
pkgver=2.0.0
-pkgrel=0
+pkgrel=1
pkgdesc="TOML decoder/encoder for Lua"
url="https://github.com/jonstoler/lua-toml"
arch="noarch"
@@ -14,7 +14,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