Skip to content

Commit

Permalink
archlinux: update pulseaudio dependency
Browse files Browse the repository at this point in the history
Allow installing with newer pulseaudio in Arch. It uses a git snapshot,
but it was verified there is no API change.

Fixes QubesOS/qubes-issues#9660

(cherry picked from commit fa222f4)
  • Loading branch information
marmarek committed Dec 27, 2024
1 parent 0a1507f commit 911a58d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions archlinux/PKGBUILD.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ makedepends=(
automake
autoconf
libtool
'pulseaudio<=17.0'
'pulseaudio<=17.0+r43+g3e2bb8a1e'
'pipewire>=1:0.3.53-2'
xorg-server-devel
xorg-util-macros
Expand Down Expand Up @@ -84,7 +84,8 @@ package_qubes-vm-gui() {

package_qubes-vm-pulseaudio() {
pkgdesc="Pulseaudio support for Qubes VM"
depends=('alsa-lib' 'alsa-utils' 'pulseaudio-alsa' 'pulseaudio<=17.0')
depends=('alsa-lib' 'alsa-utils' 'pulseaudio-alsa'
'pulseaudio<=17.0+r43+g3e2bb8a1e')
conflicts=('qubes-core-agent<4.2.5')
install=archlinux/PKGBUILD-pulseaudio.install
_pa_ver="$( (pkg-config --modversion libpulse 2>/dev/null || echo 0.0) | cut -f 1 -d "-" )"
Expand Down

0 comments on commit 911a58d

Please sign in to comment.