Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/makepkg-i686.conf
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-01-01 14:57:52 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-01-01 14:57:52 -0500
commit5f4e575914fd597d31e5b9edd203eb6a8aa1306a (patch)
treedf0a69e028562bf61e05d4a7b94de7379758ef57 /makepkg-i686.conf
parent34ac2931234b898d587bffe76ba061082b6c673c (diff)
parentdb135e90137c5ebb9248ae7bd5ced4e8ee6b27da (diff)
Merge branch 'archlinux'libretools-20150104
Diffstat (limited to 'makepkg-i686.conf')
-rw-r--r--makepkg-i686.conf7
1 files changed, 7 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
#########################################################################