diff options
Diffstat (limited to 'main/lua-pc/APKBUILD')
-rw-r--r-- | main/lua-pc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lua-pc/APKBUILD b/main/lua-pc/APKBUILD index 4a6f0ca698..0c2c79f917 100644 --- a/main/lua-pc/APKBUILD +++ b/main/lua-pc/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.0.0 pkgrel=2 pkgdesc="Lua Process Call" url="http://lua.net-core.org/sputnik.lua?p=Telesto:About" -arch="x86 x86_64" +arch="all" license="MIT/X11" makedepends="lua-dev" depends="lua" |