mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/lua-mpack: don't use all for subpkg arch
This commit is contained in:
parent
e83e63d1a9
commit
e480e9171e
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user