summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO15
1 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e56ca078390..66e6f4d587ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = luacheck
- pkgdesc = A tool for linting and static analysis of Lua code.
- pkgver = 0.23.0
- pkgrel = 2
- url = https://github.com/mpeterv/luacheck
+ pkgdesc = A tool for linting and static analysis of Lua code
+ pkgver = 0.26.0
+ pkgrel = 1
+ url = https://github.com/lunarmodules/luacheck
arch = any
license = MIT
+ makedepends = luarocks
depends = lua
depends = lua-filesystem
+ depends = lua-argparse
optdepends = lua-lanes: for parallel checking
- source = https://github.com/mpeterv/luacheck/archive/0.23.0.tar.gz
- sha256sums = b4edf3a7702519502696d4ac7372ed1bd6a82ded63bf81f2b1d7e9b37711be2b
+ source = https://github.com/lunarmodules/luacheck/archive/v0.26.0/luacheck-0.26.0.tar.gz
+ sha256sums = 78b74cae0e94155e500755c8e60d921ee7250cfec2acd8ab4df480625c425594
pkgname = luacheck
-