aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-11-05 16:11:55 +0200
committerTimo Teräs <timo.teras@iki.fi>2016-11-05 16:11:55 +0200
commite480e9171ea20dc9fd247bd0f3ad4dce826fbdb0 (patch)
tree55abfef6072fcc77cb064296bcc69854590fe5ad
parente83e63d1a95ea327092caf0aa902d698f8715ef3 (diff)
downloadaports-e480e9171ea20dc9fd247bd0f3ad4dce826fbdb0.tar.bz2
aports-e480e9171ea20dc9fd247bd0f3ad4dce826fbdb0.tar.xz
community/lua-mpack: don't use all for subpkg arch
-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 e2670ce4b..7e7a48c95 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() {