libcamera update broke pipewire dependency
As of this writing, it's not possible to install world/pipewire, as it has a locked dependency to a specific version of libcamera:
# pacman -S pipewire
resolving dependencies...
warning: cannot resolve "libcamera-base.so=0.0.4-64", a dependency of "pipewire"
warning: cannot resolve "libcamera.so=0.0.4-64", a dependency of "pipewire"
:: The following package cannot be upgraded due to unresolvable dependencies:
pipewire
Today, libcamera was updated to 0.0.5-1, breaking this dependency.
https://packages.artixlinux.org/details/libcamera
This currently prevents a new basestrap install from proceeding, since I can't install graphical apps that rely on pipewire.
I don't want this topic to get heated, but this sort of thing happens fairly regularly in Artix. Why are libraries being updated before other packages that rely on them?