summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime “pep” Buquet2018-09-23 20:43:25 +0100
committerSimon Legner2018-10-01 22:41:43 +0200
commit7d22e41944fe4ff08de81f1a98f16b4a0ac1e110 (patch)
tree655fe37684ac52eb861066b0f2167cbcac88c517
parent05f83bc59a74da7659f228813df0c2dcd05361d6 (diff)
downloadaur-7d22e41944fe4ff08de81f1a98f16b4a0ac1e110.tar.gz
Add lua-argparse as dependency
Signed-off-by: Maxime “pep” Buquet <archlinux@bouah.net>
-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')