summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-08-20 19:27:59 +0200
committersL1pKn072020-08-20 19:27:59 +0200
commit03c577e76b0481f0385eafa615cf0bfc8c50bcaa (patch)
tree05fbacebc866c449f0a4f61809ce10b4300b03a5
parent099c587c4ec008314600ae882f20a5458ca9c52a (diff)
downloadaur-03c577e76b0481f0385eafa615cf0bfc8c50bcaa.tar.gz
bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 033a06b28466..54c9fc2c46f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipewire-git
pkgdesc = Server and user space API to deal with multimedia pipelines. (GIT version)
- pkgver = 0.3.2.114.g5e99e7da
+ pkgver = 0.3.10.24.g157b15d6
pkgrel = 1
url = https://pipewire.org
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2afa520f7e22..97d12cc42701 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=('pipewire-git'
'pipewire-jack-git'
'pipewire-pulse-git'
)
-pkgver=0.3.2.114.g5e99e7da
+pkgver=0.3.10.24.g157b15d6
pkgrel=1
pkgdesc='Server and user space API to deal with multimedia pipelines. (GIT version)'
arch=('x86_64')
@@ -53,6 +53,7 @@ build() {
CFLAGS+=" -Wformat"
arch-meson ../pipewire \
+ -D udevrulesdir=/usr/lib/udev/rules.d \
-D docs=true \
-D gstreamer=false \
-D ffmpeg=true \