summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a2cb0cb633b..027758d5e3fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lua51-luacheck
pkgdesc = A simple static analyzer
pkgver = 0.23.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mpeterv/luacheck
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = lua51-luacheck
depends = lua51
depends = lua-filesystem
depends = lua51-filesystem
- depends = lua5.1-argparse
+ depends = lua51-argparse
source = https://github.com/mpeterv/luacheck/archive/0.23.0.tar.gz
source = luacheck
sha256sums = b4edf3a7702519502696d4ac7372ed1bd6a82ded63bf81f2b1d7e9b37711be2b
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")