diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-10-09 23:38:38 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-10-09 23:38:38 -0700 |
commit | a45570eb623a2045a4112e6d92facb8bc099bc86 (patch) | |
tree | 31f18361235023ba65d441dfb830c4945fb9d450 /etc | |
parent | 80dde01f5e64280889c826a307380d03f57e4730 (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 7c54c41b..af18314e 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' |