summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD4
3 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1418dbde089..442488edab39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mako-git
pkgdesc = Lightweight notification daemon for Wayland
- pkgver = v1.4.1.r41.g071ed01
+ pkgver = v1.4.1.r51.g85d3d51
pkgrel = 1
url = http://mako-project.org
arch = x86_64
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 9d440e8dc7fb..000000000000
--- a/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-*.tar.gz
-*.tar.xz
-src/
-pkg/
-mako/
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
}