Make sure you update your /etc/pacman.conf with the changes you will find in /etc/pacman.conf.pacnew

One of them will throw a warning about "TotalDownload" which is deprecated as an option but it is fixed as enabled.
The new option relates to ParallelDownloads = x
The default used to be 1, one repository updated at a time, one file/pkg downloaded at a time. There were a few hack-pkgs that provided this ability for pacman before, so Archers took notice and incorporated it to the new pacman. I think it was possible before but it was hidden for testing for those that knew about it.
pacman -Suy becomes spectacular and faster now.

Also some of the AUR helpers you may be using that may be accessing /usr/lib/libalpm directly may break as alpm has moved from 12 to 13. So you must recompile or update those helpers against the new alpm library.


==========
Since you will add the ParallelDownloads line to your pacman.conf you may want to try adding this line below:
ILoveCandy
which makes the pacman progress bar look like a pacman line and pacman eating the dots :)

Powered by Obarun