summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThorben Günther2020-12-08 19:05:17 +0100
committerThorben Günther2020-12-08 19:05:17 +0100
commitb37d95250a1b4e72e25ea642ad0d56658bbaec11 (patch)
treedf3b66a5d75bd3674bbb3a8d6c257510985132c5 /PKGBUILD
parent0bff61dde7f1ddb366c50bdcfaa99a63b321ed2b (diff)
downloadaur-b37d95250a1b4e72e25ea642ad0d56658bbaec11.tar.gz
upgpkg: mako-git v1.4.1.r51.g85d3d51-1
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
}