[arch-projects] [namcap] [PATCH v2] Warn on unquoted pkgdir and srcdir

2020-09-20 Thread Michael Straube via arch-projects
Unqouted $pkgdir and $srcdir can lead to errors if the directory name contains spaces. Not quoting these variables is a common mistake. For example, it is often seen in PKGBUILDs that are submitted for review. Add a rule that warns on unquoted $pkgdir and $srcdir. Signed-off-by: Michael Straube

[arch-projects] [namcap] [PATCH] Revert "makedepends: Replace bzr with breezy"

2020-09-20 Thread Michael Straube via arch-projects
As Allan pointed out the change bzr -> breezy was in Arch, but not everywhere else pacman is used. Also breezy provides bzr, so it still works as it was. Signed-off-by: Michael Straube --- https://lists.archlinux.org/pipermail/pacman-dev/2020-July/024474.html Namcap/rules/makedepends.py