Eliminar el arco del paquete de caché
# remove all cached versions of uninstalled packages
sudo paccache -ruk0
# remove all uninstalled packages
sudo pacman -Sc
# completely remove all packages from the cache
sudo pacman -Scc
Injury