diff options
Diffstat (limited to 'main/lua-expat/APKBUILD')
-rw-r--r-- | main/lua-expat/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lua-expat/APKBUILD b/main/lua-expat/APKBUILD index 5383e67f26..2c8c239963 100644 --- a/main/lua-expat/APKBUILD +++ b/main/lua-expat/APKBUILD @@ -6,7 +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" +arch="all" license="MIT" depends="lua" makedepends="lua-dev expat-dev" |