From a7c1b7a914f050036720b643715233f769f00e25 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 22 Dec 2014 09:48:24 +1000 Subject: add VCSCLIENTS to etc/makepkg.conf Signed-off-by: Allan McRae --- etc/makepkg.conf.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'etc') diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index 712ca603..9ed7ef91 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 ######################################################################### -- cgit v1.2.3