Skip to content

Commit

Permalink
Pull in required Pipewire dependencies for Archlinux
Browse files Browse the repository at this point in the history
  • Loading branch information
alimirjamali committed Jan 23, 2025
1 parent 115d86d commit 6367763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archlinux/PKGBUILD.in
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ package_qubes-vm-pulseaudio() {
package_pipewire-qubes () {

pkgdesc='PipeWire support for Qubes VM. This replaces the legacy PulseAudio module.'
depends=('pipewire>=1:0.3.53-2')
replaces=('qubes-vm-pulseaudio')
depends=('pipewire>=1:0.3.53-2' 'pipewire-pulse' 'wireplumber')
replaces=('qubes-vm-pulseaudio' 'pulseaudio')
install=archlinux/PKGBUILD-pipewire-qubes.install

cd "${_pkgnvr}"
Expand Down

0 comments on commit 6367763

Please sign in to comment.