summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/makepkg.conf.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in
index dcec6f5c..7d19dfb0 100644
--- a/etc/makepkg.conf.in
+++ b/etc/makepkg.conf.in
@@ -12,7 +12,13 @@ DLAGENTS=('ftp::/usr/bin/curl -qfC - --ftp-pasv --retry 3 --retry-delay 3 -o %o
'http::/usr/bin/curl -qb "" -fLC - --retry 3 --retry-delay 3 -o %o %u'
'https::/usr/bin/curl -qb "" -fLC - --retry 3 --retry-delay 3 -o %o %u'
'rsync::/usr/bin/rsync --no-motd -z %u %o'
- 'scp::/usr/bin/scp -C %u %o')
+ 'scp::/usr/bin/scp -C %u %o'
+ 'cvs::/usr/bin/vcsget %u %o'
+ 'git::/usr/bin/vcsget %u %o'
+ 'git+*::/usr/bin/vcsget %u %o'
+ 'svn+*::/usr/bin/vcsget %u %o'
+ 'bzr::/usr/bin/vcsget %u %o'
+ 'hg+*::/usr/bin/vcsget %u %o')
# Other common tools:
# /usr/bin/snarf