looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing libjpeg-turbo (3.1.1-1) breaks dependency 'libjpeg-turbo=3.1.0' required by lib32-libjpeg-turbo
-> error installing repo packages
same here.
however, in a artix vm, not using the lib32 repository, no problem.
so in the meantime, i've added
IgnorePkg = libjpeg-turbo
in /etc/pacman.conf to ignore the package, and the upgrade went smoothly.
but but but what if you need your jpegs turboed??? Then what will you do?
then the current version will stay on your machine without being upgraded. at least it'll continue to run :P
Using the yay aur helper gives me the option to skip any of the potential upgrades. I get a list of the upgrades and can select any item by number (they get numbered in a list) to exclude from the upgrade so no need to add it permanently. Eventually the devs will upgrade the lib32 version and then i can run the full upgrade without having to fuss with my pacman.conf file
yay -Syu
installing yay https://github.com/Jguer/yay
anyway resolved by devs update just now