Hello, when I try to download the pacman database (I'm on manjaro with pacman 7.0.0), I get an error saying the URL was rejected because the port number isn't a decimal number between 0 and 65535.
I already added the key using pacman-key and downloaded the keyring, it's when I resync the database that I get an error.
I have added these lines in my /etc/pacman.conf
file :
Code: Select all
[dkp-libs]
Server = "https://pkg.devkitpro.org/packages"
[dkp-linux]
Server = "https://pkg.devkitpro.org/packages/linux/$arch"
I already tried going to the URLs provided and to download the .db files with my browser, it works.