yay -G <pkg>
cd <pkg>
git log --oneline

Find the commit hash for the version you wish to roll back to.

git checkout -b <version> <hash>
makepkg -s
sudo pacman -U <PKG_FILE>

 

Tags