Libxml2 (2.14.2-2) breaks dependency

I am assuming that you are using the Manjaro repo version of bitwarden (which depends on electron34 which is in the repos). So you should be able to remove the 2 older electron packages, which are now in the AUR, without any issues:

sudo pacman -R electron32 electron33

Then run the update:

sudo pacman -Syu
5 Likes