diff options
Diffstat (limited to 'community/lua-lunix/APKBUILD')
-rw-r--r-- | community/lua-lunix/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/lua-lunix/APKBUILD b/community/lua-lunix/APKBUILD index 9b8533fb50..de5e400b23 100644 --- a/community/lua-lunix/APKBUILD +++ b/community/lua-lunix/APKBUILD @@ -7,7 +7,7 @@ pkgver=20150923 pkgrel=0 pkgdesc="Comprehensive Unix API Module for Lua" url="https://github.com/wahern/lunix" -arch="noarch" +arch="all" license="MIT" depends="" makedepends="" @@ -36,7 +36,6 @@ package() { _package() { local lver="${subpkgname:3:3}" pkgdesc="$pkgdesc $lver" - arch="all" install_if="lua$lver $pkgname=$pkgver-r$pkgrel" cd "$builddir" |