I check for updates at least twice a week. Yesterday, when I ran:

sudo pacman -Syu

Pacman answered that kdelibs-debug could not be installed because some dependencies couldn't be satisfied. It asked me to decide if I wanted to skip the package or not. I said "yes", but Pacman aborted explaining that "kdelibs-debug needs kdelibs=4.14.13-1". I tried again, answering "no" to the question about skipping the package, but the result is the same.

I checked in Octopi: kdelibs appears to be available to upgrade to version 4.14.13-2, whereas kdelibs-debug seems to be ready to upgrade to version 3.14.13-1.

Any ideas? Any information I should add?

Thanks for reporting, rebuild will be up shortly.

kdelibs-debug is being removed from the repo, makes no sense to keep that debug package any longer, kdelibs is slowly becoming obsolete, just a handful of packages depend on it.

For now, remove kdelibs-debug manually (a rebuild will automate this removal), then your pacman -Syu should move as expected.

It worked as predicted.

Thanks a lot!