summaryrefslogtreecommitdiff
path: root/scripts/libmakepkg/lint_pkgbuild
diff options
context:
space:
mode:
authormorganamilo <morganamilo@gmail.com>2018-06-08 19:18:58 +0100
committerAllan McRae <allan@archlinux.org>2018-08-10 12:37:19 +1000
commit0937d322ba67400cb2c5fd1a548ef6e843801ec6 (patch)
tree0075e28b1192b1001b8fe58e5188ce619f181b4c /scripts/libmakepkg/lint_pkgbuild
parent7edbbd9a638ec864b42f14cb2dea631c383aebbb (diff)
downloadpacman-0937d322ba67400cb2c5fd1a548ef6e843801ec6.tar.xz
libmakepkg: add pkgbase to linted variables
Signed-off-by: morganamilo <morganamilo@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts/libmakepkg/lint_pkgbuild')
-rw-r--r--scripts/libmakepkg/lint_pkgbuild/variable.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/libmakepkg/lint_pkgbuild/variable.sh.in b/scripts/libmakepkg/lint_pkgbuild/variable.sh.in
index 00039bc5..5f783e83 100644
--- a/scripts/libmakepkg/lint_pkgbuild/variable.sh.in
+++ b/scripts/libmakepkg/lint_pkgbuild/variable.sh.in
@@ -36,7 +36,7 @@ lint_variable() {
local arch_array=(conflicts depends makedepends md5sums optdepends provides
replaces sha1sums sha224sums sha256sums sha384sums sha512sums
source)
- local string=(changelog epoch install pkgdesc pkgrel pkgver url)
+ local string=(changelog epoch install pkgbase pkgdesc pkgrel pkgver url)
local i a v pkg keys out bad ret=0