Replace the bzr package by breezy for the bzr protocol in makepkg.conf

This commit is contained in:
Robin Candau 2023-09-11 19:11:40 +02:00
parent 5f43ac85f6
commit 76b140c72a

View file

@ -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'