You are not logged in.
Sorry probably a noob question.Haven't upgraded my system for a while. Am I missing something ?
sudo pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
:: Starting full system upgrade...
:: Replace devicekit-disks with extra/udisks? [Y/n] y
:: Replace devicekit-power with extra/upower? [Y/n] y
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: gnome-packagekit: requires devicekit-power>=012
sudo pacman -Qi devicekit-power
Name : devicekit-power
Version : 013-1
sudo pacman -S devicekit-power
devicekit-power package not found, searching for group...
error: 'devicekit-power': not found in sync db
Offline
Remove gnome-packagekit, fully update your system, and then, update the gnome-packagekit PKGBUILD by replacing the devicekit-power dep with udisks, rebuild and install.
Offline
Thanks man, got it!
Offline