mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/lua-argparse: add explicit checkdepends
dont rely on install_if
This commit is contained in:
parent
2056d07f98
commit
fbf11b6403
@ -23,7 +23,7 @@ esac
|
||||
_luaversions="5.1 5.2 5.3"
|
||||
for _v in $_luaversions; do
|
||||
subpackages="$subpackages lua$_v-${pkgname#lua-}:_subpackage"
|
||||
checkdepends="$checkdepends lua$_v"
|
||||
checkdepends="$checkdepends lua$_v lua$_v-busted"
|
||||
done
|
||||
|
||||
check() {
|
||||
|
Loading…
Reference in New Issue
Block a user