From 0937d322ba67400cb2c5fd1a548ef6e843801ec6 Mon Sep 17 00:00:00 2001 From: morganamilo Date: Fri, 8 Jun 2018 19:18:58 +0100 Subject: libmakepkg: add pkgbase to linted variables Signed-off-by: morganamilo Signed-off-by: Allan McRae --- scripts/libmakepkg/lint_pkgbuild/variable.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3-54-g00ecf