diff --git a/extra/pipewire/PKGBUILD b/extra/pipewire/PKGBUILD index 9a4e6c075..d06771cab 100644 --- a/extra/pipewire/PKGBUILD +++ b/extra/pipewire/PKGBUILD @@ -5,16 +5,16 @@ # - remove makedepend on valgrind pkgname=pipewire -pkgver=0.1.9 -pkgrel=3 +pkgver=0.2.0 +pkgrel=1 pkgdesc="Server and user space API to deal with multimedia pipelines" url="https://pipewire.org" license=(LGPL2.1) arch=(x86_64) -depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg) +depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg rtkit) makedepends=(git meson doxygen graphviz xmltoman) install=pipewire.install -_commit=62f113dbba7c706fad18c715cfad57ca7e102cb3 # tags/0.1.9 +_commit=061f2c82b53b2f6632b7b7d583058f683d9cfb86 # tags/0.2.0 source=("git+https://github.com/PipeWire/pipewire#commit=$_commit" unhide-providers.diff) sha256sums=('SKIP' @@ -52,5 +52,5 @@ check() { } package() { - DESTDIR="$pkgdir" ninja -C build install + DESTDIR="$pkgdir" meson install -C build }