From 76b140c72a25cb8dbe8be76f8ab890031a1cfaaa Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Mon, 11 Sep 2023 19:11:40 +0200 Subject: [PATCH] Replace the bzr package by breezy for the bzr protocol in makepkg.conf --- etc/makepkg.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index 857a5dd6..0a9c05e2 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -23,7 +23,7 @@ DLAGENTS=('file::/usr/bin/curl -qgC - -o %o %u' #-- The package required by makepkg to download VCS sources # Format: 'protocol::package' -VCSCLIENTS=('bzr::bzr' +VCSCLIENTS=('bzr::breezy' 'fossil::fossil' 'git::git' 'hg::mercurial'