I'm not reporting a bug, just posting this here in case anyone else experiences the error. Not that it was particularly hard to debug.
After upgrading to pacman 5.2 aurman stopped working. Looks like at some point I had pulled in expac-git that was still looking for libalpm.so.11 which changed to libalpm.so.12 with pacman 5.2
Simply replacing expac-git with expac fixed the problem.
I'm not reporting a bug, just posting this here in case anyone else experiences the error. Not that it was particularly hard to debug.
After upgrading to
pacman 5.2
aurman stopped working. Looks like at some point I had pulled inexpac-git
that was still looking forlibalpm.so.11
which changed tolibalpm.so.12
withpacman 5.2
Simply replacing
expac-git
withexpac
fixed the problem.