diff options
Diffstat (limited to 'main/lua-expat/APKBUILD')
-rw-r--r-- | main/lua-expat/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/lua-expat/APKBUILD b/main/lua-expat/APKBUILD index 2063657c5a..5383e67f26 100644 --- a/main/lua-expat/APKBUILD +++ b/main/lua-expat/APKBUILD @@ -6,6 +6,7 @@ pkgver=1.1 pkgrel=1 pkgdesc="LuaExpat is a SAX XML parser based on the Expat library. LuaExpat is free software and uses the same license as Lua 5.0." url="http://luaforge.net/projects/luaexpat/" +arch="x86 x86_64" license="MIT" depends="lua" makedepends="lua-dev expat-dev" |