diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-11-05 16:11:55 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-11-05 16:11:55 +0200 |
commit | e480e9171ea20dc9fd247bd0f3ad4dce826fbdb0 (patch) | |
tree | 55abfef6072fcc77cb064296bcc69854590fe5ad /community/lua-mpack/APKBUILD | |
parent | e83e63d1a95ea327092caf0aa902d698f8715ef3 (diff) | |
download | aports-e480e9171ea20dc9fd247bd0f3ad4dce826fbdb0.tar.bz2 aports-e480e9171ea20dc9fd247bd0f3ad4dce826fbdb0.tar.xz |
community/lua-mpack: don't use all for subpkg arch
Diffstat (limited to 'community/lua-mpack/APKBUILD')
-rw-r--r-- | community/lua-mpack/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/lua-mpack/APKBUILD b/community/lua-mpack/APKBUILD index e2670ce4b8..7e7a48c95d 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() { |