From 300967f92dd48797431c435b49ea4691a11fb357 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Fri, 17 Nov 2017 18:07:55 +0100 Subject: community/lua-depgraph: don't rely on install_if in checkdepends --- community/lua-depgraph/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/lua-depgraph') diff --git a/community/lua-depgraph/APKBUILD b/community/lua-depgraph/APKBUILD index deef5d5d48..3d5a930099 100644 --- a/community/lua-depgraph/APKBUILD +++ b/community/lua-depgraph/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() { -- cgit v1.2.3