git » pipewire.git » commit 00a8c46

0.3.29-2: FS#71158

author Jan Alexander Steffens
2021-06-08 11:58:32 UTC
committer Jan Alexander Steffens
2021-06-08 11:58:32 UTC
parent 31c4870ea250d5c0c083d349754a2bd5583c4be9

0.3.29-2: FS#71158

PKGBUILD +4 -1

diff --git a/PKGBUILD b/PKGBUILD
index 6d8623c..a956536 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=(pipewire alsa-card-profiles pipewire-docs pipewire-media-session
          pipewire-alsa pipewire-jack pipewire-pulse gst-plugin-pipewire
          pipewire-zeroconf)
 pkgver=0.3.29
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Low-latency audio/video router and processor"
 url="https://pipewire.org"
@@ -28,6 +28,9 @@ pkgver() {
 
 prepare() {
   cd pipewire
+
+  # https://bugs.archlinux.org/task/71158
+  git cherry-pick -n 2a8b7594bc508a1f9af0e2fb3455c3d8dc4de006
 }
 
 build() {