Date: Saturday, March 5, 2022 @ 18:38:35 Author: heftig Revision: 438984
conflict with pipewire-pulse Modified: paprefs/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-05 15:10:33 UTC (rev 438983) +++ PKGBUILD 2022-03-05 18:38:35 UTC (rev 438984) @@ -10,8 +10,9 @@ url="https://freedesktop.org/software/pulseaudio/paprefs/" license=(GPL2) arch=(x86_64) -depends=(gtkmm3 libsigc++ pulseaudio) +depends=(gtkmm3 libsigc++ 'pulseaudio>=12.0') makedepends=(meson lynx tidy git) +conflicts=(pipewire-pulse) _commit=d70f061e1703c53aa327d3e836222e47dde86204 # tags/v1.2^0 source=("git+https://gitlab.freedesktop.org/pulseaudio/paprefs.git#commit=$_commit") sha512sums=('SKIP')
