[pacman-dev] [PATCH] add VCSCLIENTS to etc/makepkg.conf
Allan McRae
allan at archlinux.org
Mon Dec 22 00:08:07 UTC 2014
Signed-off-by: Allan McRae <allan at 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
More information about the pacman-dev
mailing list