Hi,
Using
XferCommand = /usr/bin/curl -C - -f -o %o %uXferCommand = /usr/bin/curl -C - -f %u > %o enables curl to resume downloads to %o , if it is supported. Using file redirection "> %o" makes curl restart the (partial) downloads from first. The same goes for makepkg.conf . Please change it. Regards. Keshav
