[arch-projects] [namcap] [PATCH] Don't report missing-vcs-makedeps when it is in depends

2020-04-11 Thread Michael Straube via arch-projects
Currently a PKGBUILD warning is shown when the package depends on git instead of makedepends on it. Since we also have the redundant_makedepends rule we should not write it again in makedepends. This patch checkes depends array too so this warning could be suppressed. ---

[arch-projects] [namcap] [PATCH] Don't report missing-vcs-makedeps when it is in depends

2020-03-17 Thread Felix Yan via arch-projects
Currently a PKGBUILD warning is shown when the package depends on git instead of makedepends on it. Since we also have the redundant_makedepends rule we should not write it again in makedepends. This patch checkes depends array too so this warning could be suppressed. ---