aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-toml
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-11-17 18:12:33 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-11-17 18:12:33 +0100
commitc422782bd5ec27bd315124b0981acd2d7313f4f1 (patch)
treeccf8833a17890bbdec132f76125a86310dcceda3 /community/lua-toml
parent29f08fcd481c8fa0801cd6f1fd43c5d1f32c9d03 (diff)
downloadaports-c422782bd5ec27bd315124b0981acd2d7313f4f1.tar.bz2
aports-c422782bd5ec27bd315124b0981acd2d7313f4f1.tar.xz
community/lua-toml: don't rely on install_if in checkdepends
Diffstat (limited to 'community/lua-toml')
-rw-r--r--community/lua-toml/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lua-toml/APKBUILD b/community/lua-toml/APKBUILD
index 75ef036b76..42e247c265 100644
--- a/community/lua-toml/APKBUILD
+++ b/community/lua-toml/APKBUILD
@@ -21,7 +21,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() {