summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2014-12-23 23:52:45 +0100
committerDave Reisner <dreisner@archlinux.org>2014-12-23 23:52:45 +0100
commit443aedca9a1acb928c2d2f0ef75bc5c2a68c209b (patch)
tree32e70a25796be9f7f5975dc3fc8983b9060e9540
parentb58fb33482bdce19163eb23ea79bb1a2f74b1719 (diff)
downloaddevtools-443aedca9a1acb928c2d2f0ef75bc5c2a68c209b.tar.gz
devtools-443aedca9a1acb928c2d2f0ef75bc5c2a68c209b.tar.xz
makepkg-*.conf: add VCSCLIENTS definition
Needed for makepkg 4.2
-rw-r--r--makepkg-i686.conf7
-rw-r--r--makepkg-x86_64.conf7
2 files changed, 14 insertions, 0 deletions
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
#########################################################################