summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortinywrkb2020-08-01 19:05:42 +0300
committertinywrkb2020-08-01 19:05:42 +0300
commit9811fd754503a953357612e9c034d86daea2503c (patch)
tree5f931df562ff82afc1a7f3351d3d8828604595df /PKGBUILD
parenta509ab4cc33ef8e95b7d4225a1557bb7a035da58 (diff)
downloadaur-9811fd754503a953357612e9c034d86daea2503c.tar.gz
bump to 0.3.8-2: fix fs conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c1878a4ae77..1361da03130f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgbase=pipewire-gstfree
_pkgbase=pipewire
pkgname=(pipewire-gstfree pipewire-gstfree-docs pipewire-gstfree-jack pipewire-gstfree-pulse pipewire-gstfree-alsa)
pkgver=0.3.8
-pkgrel=1
+pkgrel=2
pkgdesc="Server and user space API to deal with multimedia pipelines. packaged without gstreamer dependencies"
url="https://pipewire.org"
license=(LGPL2.1)
@@ -31,6 +31,7 @@ prepare() {
build() {
arch-meson $_pkgbase build \
+ -D udevrulesdir=/usr/lib/udev/rules.d \
-D gstreamer=false \
-D docs=true \
-D man=true