aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-mpack
diff options
context:
space:
mode:
Diffstat (limited to 'community/lua-mpack')
-rw-r--r--community/lua-mpack/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/lua-mpack/APKBUILD b/community/lua-mpack/APKBUILD
index e2670ce4b8b..7e7a48c95d3 100644
--- a/community/lua-mpack/APKBUILD
+++ b/community/lua-mpack/APKBUILD
@@ -6,7 +6,7 @@ pkgver=1.0.3
pkgrel=0
pkgdesc="Libmpack bindings for Lua"
url="https://github.com/tarruda/libmpack"
-arch="noarch"
+arch="all"
license="MIT"
depends=""
makedepends=""
@@ -17,7 +17,7 @@ builddir="$srcdir/$_pkgname-$pkgver"
_luaversions="5.1 5.2 5.3"
for _v in $_luaversions; do
makedepends="$makedepends lua$_v-dev"
- subpackages="$subpackages lua$_v-${pkgname#lua-}:_subpackage:all"
+ subpackages="$subpackages lua$_v-${pkgname#lua-}:_subpackage"
done
prepare() {