diff options
Diffstat (limited to 'main/lua-json4/APKBUILD')
-rw-r--r-- | main/lua-json4/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/lua-json4/APKBUILD b/main/lua-json4/APKBUILD index 4e8efdab3b..06deffe73d 100644 --- a/main/lua-json4/APKBUILD +++ b/main/lua-json4/APKBUILD @@ -5,6 +5,7 @@ pkgver=0.9.20 pkgrel=0 pkgdesc="JSON encoding / decoding module for Lua (JSON4lua)" url="http://json.luaforge.net/" +arch="x86 x86_64" license="GPL-2" depends="lua" source="http://luaforge.net/frs/download.php/1375/JSON4Lua-$pkgver.zip" |