[arch-commits] Commit in dunst/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Fri Apr 30 20:03:28 UTC 2021


    Date: Friday, April 30, 2021 @ 20:03:28
  Author: foxboron
Revision: 925402

upgpkg: dunst 1.6.1-2 - Needed systemd dependency, dunstrc moved

Modified:
  dunst/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-30 20:00:35 UTC (rev 925401)
+++ PKGBUILD	2021-04-30 20:03:28 UTC (rev 925402)
@@ -5,14 +5,15 @@
 
 pkgname=dunst
 pkgver=1.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Customizable and lightweight notification-daemon"
 url="https://dunst-project.org/"
 arch=('x86_64')
 license=('BSD')
-depends=('libxinerama' 'dbus' 'wayland' 'libxss' 'pango' 'gdk-pixbuf2' 'libxrandr' 'glib2')
+depends=('libxinerama' 'dbus' 'systemd' 'wayland' 'libxss' 'pango' 'gdk-pixbuf2' 'libxrandr' 'glib2')
 makedepends=('libnotify')
 optdepends=('libnotify: dunstify')
+backup=('etc/dunst/dunstrc')
 provides=('notification-daemon')
 source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz")
 md5sums=('a067aff8df233376afaf39222e863a4d')



More information about the arch-commits mailing list