---
 etc/makepkg.conf.in | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in
index dcec6f5..7d19dfb 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
-- 
1.7.12

_______________________________________________
Dev mailing list
[email protected]
https://lists.parabolagnulinux.org/mailman/listinfo/dev

Reply via email to