git » pipewire.git » commit e1ec932

0.3.15-2

author Jan Alexander Steffens
2020-11-10 18:50:05 UTC
committer Jan Alexander Steffens
2020-11-10 18:50:05 UTC
parent d3756669a830abb02abe21654fad27dbc3d96832

0.3.15-2

PKGBUILD +4 -1

diff --git a/PKGBUILD b/PKGBUILD
index e09be62..8984d53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 pkgbase=pipewire
 pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa)
 pkgver=0.3.15
-pkgrel=1
+pkgrel=2
 pkgdesc="Server and user space API to deal with multimedia pipelines"
 url="https://pipewire.org"
 license=(LGPL2.1)
@@ -23,6 +23,9 @@ pkgver() {
 
 prepare() {
   cd $pkgbase
+
+  # Fix Chrome
+  git cherry-pick -n b8c7b36d3b8be16593f554964cf2f852c21b5c2c
 }
 
 build() {