On 19/7/20 6:01 pm, Michael Straube wrote:
The bzr package was replaced with breezy a while ago. Update the PKGBUILD-vcs.proto file.
It was in Arch. Not everywhere else pacman is used. Also, breezy provides bzr, so it still works as is.
Signed-off-by: Michael Straube <michael.straube@posteo.de> --- proto/PKGBUILD-vcs.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proto/PKGBUILD-vcs.proto b/proto/PKGBUILD-vcs.proto index ae9956a9..6a76db67 100644 --- a/proto/PKGBUILD-vcs.proto +++ b/proto/PKGBUILD-vcs.proto @@ -16,7 +16,7 @@ url="" license=('GPL') groups=() depends=() -makedepends=('VCS_PACKAGE') # 'bzr', 'git', 'mercurial' or 'subversion' +makedepends=('VCS_PACKAGE') # 'breezy', 'git', 'mercurial' or 'subversion' provides=("${pkgname%-VCS}") conflicts=("${pkgname%-VCS}") replaces=()