summaryrefslogtreecommitdiffstats
path: root/urpm/download.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/download.pm')
-rw-r--r--urpm/download.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm/download.pm b/urpm/download.pm
index 18ab4bb5..a677cce4 100644
--- a/urpm/download.pm
+++ b/urpm/download.pm
@@ -582,6 +582,7 @@ sub sync_aria2 {
"--timeout", $CONNECT_TIMEOUT,
"--auto-file-renaming=false",
"--follow-metalink=mem",
+ '--metalink-enable-unique-protocol=true',
"-Z", "-j1",
($options->{limit_rate} ? "--max-download-limit=$options->{limit_rate}" : ()),
($options->{resume} ? "--continue" : "--allow-overwrite=true"),