Communtiy Support has ended.

The mesa-nonfree repo has served it's purpose.

Maintenance has ended August 16. 2024.

Please update your system to remove the mesa-nonfree repo.

Removal Instructions

To remove mesa-nonfree repo and return to stock Manjaro - copy below lines and paste into a terminal and hit Enter

PKGS="$(pacman -Sl mesa-nonfree | grep 'installed' | awk '{print $2}')"
sudo sed -i '/mesa-nonfree/d' /etc/pacman.conf
sudo pacman -Sy $(echo ${PKGS//$'\n'/ })