summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent05f83bc59a74da7659f228813df0c2dcd05361d6 (diff)
downloadaur-7d22e41944fe4ff08de81f1a98f16b4a0ac1e110.tar.gz
Add lua-argparse as dependency
Signed-off-by: Maxime “pep” Buquet <archlinux@bouah.net>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')