From 443aedca9a1acb928c2d2f0ef75bc5c2a68c209b Mon Sep 17 00:00:00 2001
From: Dave Reisner <dreisner@archlinux.org>
Date: Tue, 23 Dec 2014 17:52:45 -0500
Subject: [PATCH] makepkg-*.conf: add VCSCLIENTS definition

Needed for makepkg 4.2
---
 makepkg-i686.conf   | 7 +++++++
 makepkg-x86_64.conf | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/makepkg-i686.conf b/makepkg-i686.conf
index da249f6..64ddd67 100644
--- a/makepkg-i686.conf
+++ b/makepkg-i686.conf
@@ -19,6 +19,13 @@ DLAGENTS=('ftp::/usr/bin/curl -fC - --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
 #########################################################################
diff --git a/makepkg-x86_64.conf b/makepkg-x86_64.conf
index 33dbe99..cf14784 100644
--- a/makepkg-x86_64.conf
+++ b/makepkg-x86_64.conf
@@ -19,6 +19,13 @@ DLAGENTS=('ftp::/usr/bin/curl -fC - --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
 #########################################################################
-- 
GitLab