diff options
author | Levente Polyak <anthraxx@archlinux.org> | 2023-09-19 01:30:46 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2023-09-19 01:32:22 +0200 |
commit | a316b50f88c9269c5fe54ab6854a7f591c0378dd (patch) | |
tree | 3d88edc4f93c9c8a949c31085935eb989a9ff76e /config/makepkg | |
parent | 547961681a1941bbe480dba3de8a1d6743965e71 (diff) | |
download | devtools-a316b50f88c9269c5fe54ab6854a7f591c0378dd.tar.xz |
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>
Diffstat (limited to 'config/makepkg')
-rw-r--r-- | config/makepkg/x86_64.conf | 2 | ||||
-rw-r--r-- | config/makepkg/x86_64_v3.conf | 2 |
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' |