summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortinywrkb2020-11-12 20:07:56 +0200
committertinywrkb2020-11-12 20:07:56 +0200
commit5b74d30fb86bdb2182cc9e7d10da65d6e7b69037 (patch)
treec69a137e23e76b4d3a8aa33237eb5a4b45aacbb3 /PKGBUILD
parentea9c3407df7451e74a744300a36a44bc1e38a26d (diff)
downloadaur-5b74d30fb86bdb2182cc9e7d10da65d6e7b69037.tar.gz
bump to 0.3.15-3: sync with extra/pipewire, add chrome fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e2d6ce6d6b9..b566aea85412 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgbase=pipewire-gstfree
_pkgbase=pipewire
pkgname=(pipewire-gstfree pipewire-gstfree-docs pipewire-gstfree-jack pipewire-gstfree-pulse pipewire-gstfree-alsa)
pkgver=0.3.15
-pkgrel=2
+pkgrel=3
pkgdesc="Server and user space API to deal with multimedia pipelines. packaged without gstreamer dependencies"
url="https://pipewire.org"
license=(LGPL2.1)
@@ -27,6 +27,8 @@ pkgver() {
prepare() {
cd $_pkgbase
+ # Fix Chrome
+ git cherry-pick -n b8c7b36d3b8be16593f554964cf2f852c21b5c2c
}
build() {