You are not logged in.
Yaourt is too slow when download some package from AUR.
Can I make yaourt use aria2 instread of wget?
Last edited by zhou13 (2010-02-10 03:38:29)
Offline
It's not yaourt downloading the packages, it's makepkg.
Add this to makepkg.conf
DLAGENTS=('ftp::/usr/bin/aria2c %u -o %o'
'http::/usr/bin/aria2c %u -o %o'
'https::/usr/bin/aria2c %u -o %o'
'rsync::/usr/bin/rsync -z %u %o'
'scp::/usr/bin/scp -C %u %o')
and comment (#) the wget DLAGENTS section.
Offline
I don't think aria2 will speed up downloads for AUR packages much since the PKGBUILDS only list only 1 source for each file that needs to be downloaded.
Offline
ok, thanks.
Offline
I don't think aria2 will speed up downloads for AUR packages much since the PKGBUILDS only list only 1 source for each file that needs to be downloaded.
It will speed up, just split download over multiple connections.
Example:
http::/usr/bin/aria2c -s8 %u -o %o
Last edited by burgulgoth (2010-02-10 04:17:10)
ArchLinux x86_64 | scripts | .configs | cyber space | Last.FM | deviantART
Offline