summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de7e35426484..a63ce7ecf1e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipewire-full-git
pkgdesc = Server and user space API to deal with multimedia pipelines
- pkgver = 0.3.21.r85.g58d2fe44
+ pkgver = 0.3.21.r89.g0855b1bb
pkgrel = 1
url = https://pipewire.org
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 40a9fb588f37..ada221a3cd1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=(pipewire-full-git pipewire-full-docs-git pipewire-full-jack-git
gst-plugin-pipewire-full-git
pipewire-full-vulkan-git pipewire-full-ffmpeg-git
pipewire-full-bluez5-git pipewire-full-bluez5-hsphfpd-git)
-pkgver=0.3.21.r85.g58d2fe44
+pkgver=0.3.21.r89.g0855b1bb
pkgrel=1
pkgdesc="Server and user space API to deal with multimedia pipelines"
url="https://pipewire.org"
@@ -32,8 +32,9 @@ prepare() {
}
build() {
- arch-meson $_pkgbase build
- meson configure build \
+ # make AUR helper happy
+ rm -rf build
+ arch-meson $_pkgbase build \
-D docs=true \
-D vulkan=true \
-D ffmpeg=true \