summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZesko2022-12-24 15:42:04 +0100
committerZesko2022-12-24 15:42:04 +0100
commitbcec7f63a590b71c521bb1b7331be248944a9078 (patch)
tree92d8a5926817e01e2e0dddf07a99fda629f80631
parent5872b900cea5edaeffd72b5627e242ce198e6c3c (diff)
downloadaur-bcec7f63a590b71c521bb1b7331be248944a9078.tar.gz
Adjusted the new compatibility of systemd 252
- Supported the format output of systemd list-timers - Dropped the old format output. - Changed the config file to add a new option "ignore_timers" - Dropped the option "services" in the config file.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fa4c0287d75..700f0d590e37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = systemd-timer-notify-git
pkgdesc = The notification displays on Desktop when systemd-service is started and processed, the notification will be closed automatically when systemd-service's process is done.
- pkgver = r7.b9b1cb2
+ pkgver = r8.fe91de7
pkgrel = 1
url = https://gitlab.com/Zesko/systemd-timer-notify.git
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 6ea5a2aca80a..223f2b018d22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Zesko
pkgname=systemd-timer-notify-git
-pkgver=r7.b9b1cb2
+pkgver=r8.fe91de7
pkgrel=1
pkgdesc="The notification displays on Desktop when systemd-service is started and processed, the notification will be closed automatically when systemd-service's process is done."
arch=('any')