Skip to content

v12.5.7

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Dec 19:17
· 29 commits to next since this release
44dfda0

What's Changed


All of these version's binaries are compiled against pacman's 7.1 libalpm, unlike previous build which lacked ARM binaries (mirrors didn't update as fast as x86 mirrors).

If you updated pacman separately from yay you'll need to run either of these (yay or yay-bin)

sudo pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si

or

sudo pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay-bin.git
cd yay-bin
makepkg -si

Full Changelog: v12.5.6...v12.5.7