aboutsummaryrefslogtreecommitdiffstats
path: root/community/luacheck
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-05-21 12:06:20 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-05-21 19:22:41 +0200
commit9273dbfb4970cbde02307b471fd0354391b4a4ab (patch)
tree48df279636dc83d32a6b71c683e88f036e455e5a /community/luacheck
parentabfb54c476f9e6e4251e82c54c6f810bc667f82f (diff)
downloadaports-9273dbfb4970cbde02307b471fd0354391b4a4ab.tar.bz2
aports-9273dbfb4970cbde02307b471fd0354391b4a4ab.tar.xz
community/luacheck: depend on cmd:lua instead of lua
We still don't have support for "alternatives". :(
Diffstat (limited to 'community/luacheck')
-rw-r--r--community/luacheck/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/luacheck/APKBUILD b/community/luacheck/APKBUILD
index a2019b1a45..34c33131a4 100644
--- a/community/luacheck/APKBUILD
+++ b/community/luacheck/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="A tool for linting and static analysis of Lua code"
url="https://github.com/mpeterv/luacheck"
arch="noarch"
license="MIT"
-depends="lua lua-filesystem"
+depends="cmd:lua lua-filesystem"
checkdepends="lua-busted"
source="$pkgname-$pkgver.tar.gz::https://github.com/mpeterv/$pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"