author | Jan Alexander Steffens
<heftig@archlinux.org> 2021-03-01 16:52:38 UTC |
committer | Jan Alexander Steffens
<heftig@archlinux.org> 2021-03-01 16:52:38 UTC |
parent | 1acf7f238788a6bb35ae94a3b2b8d064aa1030e1 |
PKGBUILD | +4 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index b487f61..9e36e6f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=pipewire pkgname=(pipewire alsa-card-profiles pipewire-docs pipewire-alsa pipewire-jack pipewire-pulse gst-plugin-pipewire) pkgver=0.3.22 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="Low-latency audio/video router and processor" url="https://pipewire.org" @@ -26,6 +26,9 @@ pkgver() { prepare() { cd $pkgbase + + # https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3810#note_1048367 + git cherry-pick -n 3673265ae20d7b59e89cad6c5238c232796731b2 } build() {