summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49682f2155ee..87941277be8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Drew DeVault <sir@cmpwn.com>
pkgname=mako-git
_pkgname=mako
-pkgver=v1.4.1.r41.g071ed01
+pkgver=v1.4.1.r51.g85d3d51
pkgrel=1
license=('MIT')
pkgdesc='Lightweight notification daemon for Wayland'
@@ -33,7 +33,7 @@ pkgver() {
build() {
cd "$_pkgname"
- arch-meson -D zsh-completions=true build
+ arch-meson -Dzsh-completions=true -Dsd-bus-provider=libsystemd build
ninja -C build
}