diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-09-27 01:28:26 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-10-09 23:46:36 -0700 |
commit | 339a4532d9cccdcf3498f540d812204595fb6e02 (patch) | |
tree | 469575be5362de923ccd8695e56130bd90d10c9d /etc | |
parent | 5ec1b1145075b1b45a5d810788b219406be098f4 (diff) |
update
Diffstat (limited to 'etc')
-rw-r--r-- | etc/makepkg.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/makepkg.conf b/etc/makepkg.conf index ebd64ce0..837adafe 100644 --- a/etc/makepkg.conf +++ b/etc/makepkg.conf @@ -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' |