git » licenses.git » commit 3d1e60e

Add local variable in package() to not have namcap complain

author David Runge
2023-09-17 11:56:06 UTC
committer David Runge
2023-09-17 11:56:06 UTC
parent a377595e3f1bace9401d81e42b6d755d055e9eab

Add local variable in package() to not have namcap complain

Mark the `license` variable local in `package()`, so that namcap does
not pick it up when checking the license of the package.

Signed-off-by: David Runge <dvzrv@archlinux.org>

PKGBUILD +1 -0

diff --git a/PKGBUILD b/PKGBUILD
index 02b693a..1398104 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -119,6 +119,7 @@ prepare() {
 }
 
 package() {
+  local license
   local standard_licenses=(
     AGPL-3.0-only
     AGPL-3.0-or-later