I’m Trying to update my system with pacman -Syu
but I’m not able to, because some repos are not found (404) , despite repo.manjaro.org saying that they’re OK on the stable branch
$ sudo pacman-mirrors
Pacman-mirrors version 4.28
Local mirror status for stable branch
Mirror #1 OK 00:16 Brazil https://manjaro.c3sl.ufpr.br/
Mirror #2 OK 03:26 Brazil https://mirror.ufam.edu.br/manjaro/
$ pacman-mirrors --get-branch
stable
$ sudo pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community.db failed to download
multilib is up to date
andontie-aur is up to date
error: failed retrieving file 'community.db' from manjaro.c3sl.ufpr.br : The requested URL returned error: 404
error: failed retrieving file 'community.db' from mirror.ufam.edu.br : The requested URL returned error: 404
error: failed to synchronize all databases (unexpected error)
Yes I could just change the mirrors, and if there’s no way to do with these I’ll do that, but I want to understand, why aren’t they working?