summarylogtreecommitdiffstats
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
parent0bff61dde7f1ddb366c50bdcfaa99a63b321ed2b (diff)
downloadaur-b37d95250a1b4e72e25ea642ad0d56658bbaec11.tar.gz
upgpkg: mako-git v1.4.1.r51.g85d3d51-1
-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
}