aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-toml/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lua-toml/APKBUILD')
-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 a04a8cdbb2..315249b602 100644
--- a/community/lua-toml/APKBUILD
+++ b/community/lua-toml/APKBUILD
@@ -2,10 +2,10 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=lua-toml
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="TOML decoder/encoder for Lua"
url="https://github.com/jonstoler/lua-toml"
-arch="noarch"
+arch="noarch !ppc64le !s390x"
license="Happy"
depends=""
checkdepends="luajit lua-busted"