summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSolomon Choina2019-05-09 12:51:30 -0400
committerSolomon Choina2019-05-09 12:51:30 -0400
commitf180860e9cdf1ae3e53c71d8688ef992cbf9107f (patch)
tree9ba16083e334c9479cf8cef3a26b0ac0ca638eaf /PKGBUILD
parent256071568ec507757cab9a79d47f4e065749f91e (diff)
downloadaur-lua51-luacheck.tar.gz
fixed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95cec226b2eb..f94750001b11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=lua51-luacheck
pkgver=0.23.0
-pkgrel=1
+pkgrel=2
pkgdesc="A simple static analyzer"
arch=('i686' 'x86_64')
url="https://github.com/mpeterv/luacheck"
license=('MIT')
makedepends=('luarocks')
-depends=('lua51' 'lua-filesystem' 'lua51-filesystem' 'lua5.1-argparse')
+depends=('lua51' 'lua-filesystem' 'lua51-filesystem' 'lua51-argparse')
conflicts=()
source=("https://github.com/mpeterv/luacheck/archive/${pkgver}.tar.gz"
"luacheck")