summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072017-02-19 12:39:51 +0100
committersL1pKn072017-02-19 12:39:51 +0100
commit66ce811fbfe87d571e3a87d78ed23b14c06e954a (patch)
tree8f1fbf3d3dd440b79ec070b2e45b68a9260a01b5 /PKGBUILD
parent9f10d2090458f55fd4f853abb20904003acffbf6 (diff)
downloadaur-66ce811fbfe87d571e3a87d78ed23b14c06e954a.tar.gz
Fix http dlagent
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d383fbab7ac..6eb70c05d66a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,7 +41,8 @@ makedepends=('icu'
'lynx'
)
# OpenPegasus site don't like wget/curl. :/
-DLAGENTS=('https::/usr/bin/lynx -accept_all_cookies -cmd_script=lynx_script_for_download_pegasus %u')
+DLAGENTS=('https::/usr/bin/lynx -accept_all_cookies -cmd_script=lynx_script_for_download_pegasus %u'
+ 'http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u')
source=('lynx_script_for_download_pegasus' #IMPORTANT for download pegasus zip. please don't move to other place
'https://collaboration.opengroup.org/pegasus/documents/32572/pegasus-2.14.1.tar.gz'
'msm_profile.sh'