Signed-off-by: Allan McRae <allan@archlinux.org> --- etc/makepkg.conf.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index 712ca60..9ed7ef9 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -19,6 +19,13 @@ DLAGENTS=('ftp::/usr/bin/curl -qfC - --ftp-pasv --retry 3 --retry-delay 3 -o %o # /usr/bin/lftpget -c # /usr/bin/wget +#-- The the package required by makepkg to download VCS sources +# Format: 'protocol::package' +VCSCLIENTS=('bzr::bzr' + 'git::git' + 'hg::mercurial' + 'svn::subversion') + ######################################################################### # ARCHITECTURE, COMPILE FLAGS ######################################################################### -- 2.2.0