summaryrefslogtreecommitdiffstats
path: root/pacman-git/makepkg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-git/makepkg.conf')
-rw-r--r--pacman-git/makepkg.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/pacman-git/makepkg.conf b/pacman-git/makepkg.conf
index ff08a0f..c23d039 100644
--- a/pacman-git/makepkg.conf
+++ b/pacman-git/makepkg.conf
@@ -8,9 +8,9 @@
#
#-- The download utilities that makepkg should use to acquire sources
# Format: 'protocol::agent'
-DLAGENTS=('ftp::/usr/bin/wget -c --passive-ftp -t 3 --waitretry=3 -O %o %u'
- 'http::/usr/bin/wget -c -t 3 --waitretry=3 -O %o %u'
- 'https::/usr/bin/wget -c -t 3 --waitretry=3 --no-check-certificate -O %o %u'
+DLAGENTS=('ftp::/usr/bin/curl -fC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %u'
+ 'http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'
+ 'https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'
'rsync::/usr/bin/rsync -z %u %o'
'scp::/usr/bin/scp -C %u %o')