author | David Runge
<dvzrv@archlinux.org> 2022-04-25 20:58:51 UTC |
committer | David Runge
<dvzrv@archlinux.org> 2022-04-25 20:58:51 UTC |
parent | 9f5db1da999144218c59bb5e8b4147c12e592272 |
PKGBUILD | +2 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 609d009..3f446b1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ pkgname=(pipewire alsa-card-profiles pipewire-docs pipewire-alsa pipewire-jack pipewire-x11-bell) _commit=64cf5e80e6240284e6b757907b900507fe56f1b5 # tags/0.3.50 pkgver=0.3.50 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="Low-latency audio/video router and processor" url="https://pipewire.org" @@ -31,6 +31,7 @@ pkgver() { prepare() { cd pipewire + git cherry-pick -n d3ea3142e1a4de206e616bc18f63a529e6b4986a # fix headers for sdl2 # remove export of LD_LIBRARY_PATH for pw-jack as it would add /usr/lib sed -i '/LD_LIBRARY_PATH/d' pipewire-jack/src/pw-jack.in }