diff options
Diffstat (limited to 'community/moonscript')
-rw-r--r-- | community/moonscript/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/moonscript/APKBUILD b/community/moonscript/APKBUILD index 0525f9dc47..ccd657c8e1 100644 --- a/community/moonscript/APKBUILD +++ b/community/moonscript/APKBUILD @@ -8,7 +8,7 @@ url="http://moonscript.org" arch="noarch" license="MIT" depends="lua-alt-getopt lua-filesystem lua-lpeg" -checkdepends="lua-busted lua-loadkit" +checkdepends="lua-busted" makedepends="luarocks" subpackages="" source="$pkgname-$pkgver.tar.gz::https://github.com/leafo/$pkgname/archive/v$pkgver.tar.gz" @@ -23,7 +23,7 @@ esac _luaversions="5.1 5.2 5.3" for _v in $_luaversions; do subpackages="$subpackages lua$_v-$pkgname:_subpackage" - checkdepends="$checkdepends lua$_v" + checkdepends="$checkdepends lua$_v lua$_v-busted lua$_v-loadkit" done prepare() { |