aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-compat53/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lua-compat53/APKBUILD')
-rw-r--r--community/lua-compat53/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/lua-compat53/APKBUILD b/community/lua-compat53/APKBUILD
index 7967873add..878c568a3d 100644
--- a/community/lua-compat53/APKBUILD
+++ b/community/lua-compat53/APKBUILD
@@ -7,7 +7,7 @@ pkgver=0.3
pkgrel=0
pkgdesc="Compatibility module providing Lua-5.3-style APIs for Lua"
url="https://github.com/keplerproject/lua-compat-5.3"
-arch="noarch"
+arch="all"
license="MIT"
depends=""
makedepends=""
@@ -41,7 +41,6 @@ package() {
_package() {
local lver="${subpkgname:3:3}"
pkgdesc="$pkgdesc $lver"
- arch="all"
depends="lua$lver"
install_if="$pkgname=$pkgver-r$pkgrel lua$lver"