diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/lua-argparse/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lua-argparse/APKBUILD b/community/lua-argparse/APKBUILD index d9b9426b3e..178469141a 100644 --- a/community/lua-argparse/APKBUILD +++ b/community/lua-argparse/APKBUILD @@ -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() { |