summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsolaraquarion2021-04-08 13:11:14 -0400
committersolaraquarion2021-04-08 13:11:14 -0400
commitab724a8e3f2c87bf829426d717ba0d2be1b9074a (patch)
tree1ad83e9e88d0b48e20ba11bc8a52a7c2920820f8 /PKGBUILD
parentf5a0e1a59ce9bac1add3f14b2e9e930c4e2aa5f5 (diff)
downloadaur-ab724a8e3f2c87bf829426d717ba0d2be1b9074a.tar.gz
fixing elogind
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ece5d7c8caf5..3dcfeaddb4ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
_pkgname="pulseaudio"
pkgname="$_pkgname-git"
pkgdesc="A featureful, general-purpose sound server (development version)"
-pkgver=14.0.r41.g6bf178d79
+pkgver=14.0.r271.g1a194c991
pkgrel=1
arch=("i686" "x86_64" "armv7h")
url="http://pulseaudio.org/"
@@ -44,7 +44,8 @@ build() {
arch-meson pulseaudio build \
-D stream-restore-clear-old-devices=true \
-D pulsedsp-location='/usr/\$LIB/pulseaudio' \
- -D udevrulesdir=/usr/lib/udev/rules.d
+ -D udevrulesdir=/usr/lib/udev/rules.d \
+ -D elogind=disabled
ninja -C build
}