Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLevente Polyak <anthraxx@archlinux.org>2023-09-19 01:30:46 +0200
committerLevente Polyak <anthraxx@archlinux.org>2023-09-19 01:32:22 +0200
commita316b50f88c9269c5fe54ab6854a7f591c0378dd (patch)
tree3d88edc4f93c9c8a949c31085935eb989a9ff76e
parent547961681a1941bbe480dba3de8a1d6743965e71 (diff)
fix(makepkg.conf): use breezy for the bzr protocol in makepkg.conf
Pacman does not resolve provides for the protocol packages, hence we need to switch to the new package name for bzr. Related-to: https://gitlab.archlinux.org/pacman/pacman/-/merge_requests/78 Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
-rw-r--r--config/makepkg/x86_64.conf2
-rw-r--r--config/makepkg/x86_64_v3.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/makepkg/x86_64.conf b/config/makepkg/x86_64.conf
index 41fd6b0..ec19527 100644
--- a/config/makepkg/x86_64.conf
+++ b/config/makepkg/x86_64.conf
@@ -25,7 +25,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'
diff --git a/config/makepkg/x86_64_v3.conf b/config/makepkg/x86_64_v3.conf
index 3c9d20d..94e3b78 100644
--- a/config/makepkg/x86_64_v3.conf
+++ b/config/makepkg/x86_64_v3.conf
@@ -25,7 +25,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'