summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e56ca078390..f7d221e0d234 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = luacheck
pkgdesc = A tool for linting and static analysis of Lua code.
pkgver = 0.23.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/mpeterv/luacheck
arch = any
license = MIT
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
diff --git a/PKGBUILD b/PKGBUILD
index 9ecc4527c233..5e4f431c8937 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=luacheck
pkgver=0.23.0
-pkgrel=2
+pkgrel=3
pkgdesc="A tool for linting and static analysis of Lua code."
arch=('any')
url="https://github.com/mpeterv/luacheck"
license=('MIT')
-depends=('lua' 'lua-filesystem')
+depends=('lua' 'lua-filesystem' 'lua-argparse')
optdepends=('lua-lanes: for parallel checking')
source=("https://github.com/mpeterv/$pkgname/archive/$pkgver.tar.gz")
sha256sums=('b4edf3a7702519502696d4ac7372ed1bd6a82ded63bf81f2b1d7e9b37711be2b')