Re: [pacman-dev] [PATCH 6/7] libmakepkg: add pkgbase to linted variables

2018-06-19 Thread Allan McRae
On 09/06/18 04:18, morganamilo wrote:
> Signed-off-by: morganamilo 
> ---

OK.

>  scripts/libmakepkg/lint_pkgbuild/variable.sh.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/scripts/libmakepkg/lint_pkgbuild/variable.sh.in 
> b/scripts/libmakepkg/lint_pkgbuild/variable.sh.in
> index 6b7da4a2..bdb70774 100644
> --- a/scripts/libmakepkg/lint_pkgbuild/variable.sh.in
> +++ b/scripts/libmakepkg/lint_pkgbuild/variable.sh.in
> @@ -35,7 +35,7 @@ lint_variable() {
>validpgpkeys)
>   local arch_array=(conflicts depends makedepends md5sums optdepends 
> provides
> replaces sha1sums sha256sums sha384sums sha512sums 
> source)
> - local string=(changelog epoch install pkgdesc pkgrel pkgver url)
> + local string=(changelog epoch install pkgbase pkgdesc pkgrel pkgver url)
>  
>   local no_overide_string=(pkgbase pkgver pkgrel epoch)
>  
> 


[pacman-dev] [PATCH 6/7] libmakepkg: add pkgbase to linted variables

2018-06-08 Thread morganamilo
Signed-off-by: morganamilo 
---
 scripts/libmakepkg/lint_pkgbuild/variable.sh.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/libmakepkg/lint_pkgbuild/variable.sh.in 
b/scripts/libmakepkg/lint_pkgbuild/variable.sh.in
index 6b7da4a2..bdb70774 100644
--- a/scripts/libmakepkg/lint_pkgbuild/variable.sh.in
+++ b/scripts/libmakepkg/lint_pkgbuild/variable.sh.in
@@ -35,7 +35,7 @@ lint_variable() {
 validpgpkeys)
local arch_array=(conflicts depends makedepends md5sums optdepends 
provides
  replaces sha1sums sha256sums sha384sums sha512sums 
source)
-   local string=(changelog epoch install pkgdesc pkgrel pkgver url)
+   local string=(changelog epoch install pkgbase pkgdesc pkgrel pkgver url)
 
local no_overide_string=(pkgbase pkgver pkgrel epoch)
 
-- 
2.17.1