Re: Updating /etc/pacman.d/mirrorlist-arch
Reply #2 –
The mirrorlists are separate packages, just the mirrorlist, it's not part of the pacman package.
$ pacman -Qo /etc/pacman.d/mirrorlist
/etc/pacman.d/mirrorlist is owned by artix-mirrorlist 20180822-1
$ pacman -Qo /etc/pacman.d/mirrorlist-arch
/etc/pacman.d/mirrorlist-arch is owned by archlinux-mirrorlist 20170709-1
$ pacman -Ql artix-mirrorlist
artix-mirrorlist /etc/
artix-mirrorlist /etc/pacman.d/
artix-mirrorlist /etc/pacman.d/mirrorlist
$ pacman -Ql archlinux-mirrorlist
archlinux-mirrorlist /etc/
archlinux-mirrorlist /etc/pacman.d/
archlinux-mirrorlist /etc/pacman.d/mirrorlist-arch
But the Arch one has not been updated for over a year. In truth though, the only reason I noticed this was because I was tidying up rm'ing some pacnew and backup files in /etc. In the Manjaro OpenRC conversion I had these old mirrorlist-manjaro (in the very early Artix days the Manjaro repos were used for a while as well) and mirrorlist-arch files that had not been updated for ages, and they didn't belong to any package, so I deleted them. Then pacman stopped working with an error that it couldn't find mirrorlist-arch! It was important after all... So I had to make a new updated one and checked out the ownership in the other Artix installation.