The migration of Parch repositories has been completed.
Upon updating your system, the ppr and pcp repositories will be removed and replaced with the world repository.
sudo pacman -Syyu
If, for any reason, this does not happen automatically, you can perform the change manually. Just modify the following entries in your pacman.conf file:
From:
[ppr]
SigLevel = Optional TrustAll
Include = /etc/pacman.d/parch-mirrors
[pcp]
SigLevel = Optional TrustAll
Include = /etc/pacman.d/parch-mirrors
To:
[world]
SigLevel = Optional TrustAll
Include = /etc/pacman.d/parch-mirrors
With respect,
Parch Linux Development Team