summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHuang-Huang2021-02-12 22:40:33 +0800
committerHuang-Huang2021-02-12 22:40:33 +0800
commit4ddb5c26e581c2ac9f9a37a2d035b1f29d253cfe (patch)
treeac682383e4bc4a68b8c95bb919ce5a4b8f1b8c9b /PKGBUILD
parent2043a3d286fe14500cb58d70c131a0dd6e2c8832 (diff)
downloadaur-4ddb5c26e581c2ac9f9a37a2d035b1f29d253cfe.tar.gz
Make AUR helper happy
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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 \