author | Jan Alexander Steffens
<heftig@archlinux.org> 2018-11-05 23:30:30 UTC |
committer | Jan Alexander Steffens
<heftig@archlinux.org> 2018-11-05 23:30:30 UTC |
parent | d02bc5052aeb29f837dcdff93517579b1e0819a9 |
PKGBUILD | +3 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index e780e30..5ba8ada 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=pipewire -pkgver=0.2.3+3+gbbba49aa +pkgver=0.2.3+17+g10ce1a02 pkgrel=1 pkgdesc="Server and user space API to deal with multimedia pipelines" url="https://pipewire.org" @@ -10,7 +10,7 @@ arch=(x86_64) depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg rtkit) makedepends=(git meson doxygen graphviz xmltoman valgrind) install=pipewire.install -_commit=bbba49aae1e593cf5e1c00fdfcb39dc3f0d91ec5 # pull/86/head~1 +_commit=10ce1a02cf752bbe86b41c111300face95112945 # master source=("git+https://github.com/PipeWire/pipewire#commit=$_commit") sha256sums=('SKIP') @@ -31,8 +31,7 @@ prepare() { build() { arch-meson $pkgname build \ -D docs=true \ - -D man=true \ - -D gstreamer=true + -D man=true ninja -C build }