index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Ivy Foster <escondida@iff.ink> | 2020-11-25 22:38:24 -0600 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2020-11-26 21:58:40 +1000 |
commit | 08f4ae709ca00ec9b4c56d92d3cdd7de4e6effc2 (patch) | |
tree | 9e923698858a61e97fa31cafbf92d1f066dbebd3 /etc | |
parent | 73e0d7dedc197f71c4fd6b7c18d2b2f2d63bf013 (diff) |
-rw-r--r-- | etc/makepkg.conf.in | 1 |
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index e9582646..b13b1d5d 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -24,6 +24,7 @@ DLAGENTS=('file::/usr/bin/curl -gqC - -o %o %u' #-- The package required by makepkg to download VCS sources # Format: 'protocol::package' VCSCLIENTS=('bzr::bzr' + 'fossil::fossil' 'git::git' 'hg::mercurial' 'svn::subversion') |