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

Morten Linderud foxboron at archlinux.org
Fri Apr 30 20:00:27 UTC 2021


    Date: Friday, April 30, 2021 @ 20:00:26
  Author: foxboron
Revision: 925400

upgpkg: dunst 1.6.1-1

Modified:
  dunst/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-30 19:43:55 UTC (rev 925399)
+++ PKGBUILD	2021-04-30 20:00:26 UTC (rev 925400)
@@ -4,22 +4,18 @@
 # Contributor: feuri
 
 pkgname=dunst
-pkgver=1.5.0
+pkgver=1.6.1
 pkgrel=1
-
 pkgdesc="Customizable and lightweight notification-daemon"
 url="https://dunst-project.org/"
 arch=('x86_64')
 license=('BSD')
-
-depends=('libxinerama' 'libxss' 'pango' 'gdk-pixbuf2' 'libxrandr' 'glib2')
+depends=('libxinerama' 'dbus' 'wayland' 'libxss' 'pango' 'gdk-pixbuf2' 'libxrandr' 'glib2')
 makedepends=('libnotify')
 optdepends=('libnotify: dunstify')
-
 provides=('notification-daemon')
-
 source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz")
-md5sums=('e42e7a53741066b137dcb92bb8c22020')
+md5sums=('a067aff8df233376afaf39222e863a4d')
 
 build() {
   cd dunst-$pkgver



More information about the arch-commits mailing list