Se após atualizar o seu sistema o Yay passou a retornar o seguinte erro:
yay: error while loading shared libraries: libalpm.so.12: cannot open shared object file: No such file or directory
É bem simples resolver, basta seguir os passos abaixo:
$ sudo pacman -S --needed git base-devel
$ git clone https://aur.archlinux.org/yay.git
$ cd yay
$ makepkg -si
Quer saber qual o motivo desse erro? Clique aqui.
😀