git » pipewire.git » commit 0cf6e7f

0.3.8-1

author Jan Alexander Steffens
2020-08-01 22:06:14 UTC
committer Jan Alexander Steffens
2020-08-01 22:06:14 UTC
parent 3b6b9eeae9bdae2b32465eec995b2811252d26b2

0.3.8-1

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 2cb78dd..69ac319 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgbase=pipewire
 pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa)
-pkgver=0.3.7
+pkgver=0.3.8
 pkgrel=1
 pkgdesc="Server and user space API to deal with multimedia pipelines"
 url="https://pipewire.org"
@@ -12,7 +12,7 @@ arch=(x86_64)
 makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse
              alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader
              dbus libsndfile bluez-libs vulkan-headers)
-_commit=0b3e9edaa2a155b6f1d1189a2dadbdb568c05ab1  # tags/0.3.7
+_commit=229fad46914a32b621e88e53abd1270c62b0e158  # tags/0.3.8^0
 source=("git+https://github.com/PipeWire/pipewire#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -28,7 +28,7 @@ prepare() {
 build() {
   arch-meson $pkgbase build \
     -D docs=true \
-    -D man=true
+    -D udevrulesdir=/usr/lib/udev/rules.d
 
   meson compile -C build
 }