makedeb


dunst 1.9.0-1


Lightweight and customizable notification daemon

Click here to go back to the commit logs for dunst.

Commit:


Hash: b86c7b9bac9a0f77806b27c828c5c89782635085

Message: version update

Diff


diff --git a/.SRCINFO b/.SRCINFO
index b08eb94..070a381 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,8 +2,8 @@ generated-by = makedeb
 pkgname = dunst
 pkgbase = dunst
 pkgdesc = Lightweight and customizable notification daemon
-pkgrel = 2
-pkgver = 1.8.1
+pkgrel = 1
+pkgver = 1.9.0
 url = https://dunst-project.org/
 arch = amd64
 conflicts = dunst
@@ -26,8 +26,8 @@ makedepends = libdbus-1-dev
 provides = dunst
 provides = notification-daemon
 provides = dunstify
-source = https://github.com/dunst-project/dunst/archive/refs/tags/v1.8.1.tar.gz
-sha512sums = bd8605844eacb24ec1beafbd62be1defa8ff9f6fc2e93a4746acaba483e86d0fa3937045c20dbba71c46310102d8878c8ec987a3081328b02a09d7f9fde974d9
+source = https://github.com/dunst-project/dunst/archive/refs/tags/v1.9.0.tar.gz
+sha512sums = e43c960561d1f804c1d8f73f9376b33f61bf1ba5c5d0579c9875ef96da6522e214d5b74166ca3375dff1b4b0291b611b2d9ac1fb41fa8722db04c21e898824d1
 makedepends = git
 makedepends = perl
 makedepends = wayland-protocols
diff --git a/PKGBUILD b/PKGBUILD
index 60c3580..7236eea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: only_vip <onlyme_vip@protonmail.com>
 pkgname=dunst
-pkgver=1.8.1
-pkgrel=2
+pkgver=1.9.0
+pkgrel=1
 pkgdesc="Lightweight and customizable notification daemon"
 arch=('amd64')
 url="https://dunst-project.org/"
@@ -11,7 +11,7 @@ provides=('dunst' 'notification-daemon' 'dunstify')
 conflicts=('dunst' 'dunstify')
 # replaces=('dunst')
 source=("https://github.com/dunst-project/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=("bd8605844eacb24ec1beafbd62be1defa8ff9f6fc2e93a4746acaba483e86d0fa3937045c20dbba71c46310102d8878c8ec987a3081328b02a09d7f9fde974d9")
+sha512sums=("e43c960561d1f804c1d8f73f9376b33f61bf1ba5c5d0579c9875ef96da6522e214d5b74166ca3375dff1b4b0291b611b2d9ac1fb41fa8722db04c21e898824d1")
 MAKEFLAGS="-j$(nproc)"
 
 build() {