/usr/lib/libutf8proc.so.2 [SOLVED]
I had a minor error when upgrading, the /usr/lib/libutf8proc.so.2 symlink had to be deleted manually.
$ sudo pacman -Syyu
....
error: failed to commit transaction (conflicting files)
libutf8proc: /usr/lib/libutf8proc.so.2 exists in filesystem
Errors occurred, no packages were upgraded.
$ ls -l /usr/lib/libutf8proc.so.2
lrwxrwxrwx 1 root root 20 Jul 8 04:14 /usr/lib/libutf8proc.so.2 -> libutf8proc.so.2.1.1
$ sudo rm /usr/lib/libutf8proc.so.2
$ sudo pacman -Syu
Then it upgraded without errors, after rebooting it still seems all good.