author | David Runge
<dvzrv@archlinux.org> 2021-10-25 22:17:58 UTC |
committer | David Runge
<dvzrv@archlinux.org> 2021-10-25 22:17:58 UTC |
parent | 852297715f682e63094b86531dd7d9e4fd253958 |
PKGBUILD | +1 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 1a74281..03c0360 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=wireplumber pkgname=('wireplumber' 'wireplumber-docs') pkgver=0.4.4 -pkgrel=3 +pkgrel=4 pkgdesc="Session / policy manager implementation for PipeWire" arch=('x86_64') url="https://gitlab.freedesktop.org/pipewire/wireplumber" @@ -20,8 +20,6 @@ build() { cd "$pkgname-$pkgver" arch-meson \ -Dsystem-lua=true \ - -Dsystemd-system-service=true \ - -Dsystemd-user-service=true \ -Delogind=disabled \ build ninja -C build