diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-09-27 01:28:26 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-09-27 01:28:26 -0700 |
commit | 0eabe1b1c45bb170b1ef5aba0cc3823030ff2418 (patch) | |
tree | 1a443d6fcee73c5cbb5607608b76336d0638ca37 /etc/makepkg.conf | |
parent | e290428ef2f70cf63c054549a4ebf8062cef2ce3 (diff) |
update
Diffstat (limited to 'etc/makepkg.conf')
-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' |