makedeb


dunst 1.9.0-1


Lightweight and customizable notification daemon

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

Commit:


Hash: 193285c1ada2652f7fffa30f3c245e857a871754

Message: version update

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 78ffad7..9fab0b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb-makepkg
 
 pkgbase = dunst
 	pkgdesc = Lightweight and customizable notification daemon
-	pkgver = 1.8.0
+	pkgver = 1.8.1
 	pkgrel = 1
 	url = https://dunst-project.org/
 	arch = x86_64
@@ -26,7 +26,7 @@ pkgbase = dunst
 	provides = dunstify
 	conflicts = dunst
 	conflicts = dunstify
-	source = https://github.com/dunst-project/dunst/archive/refs/tags/v1.8.0.tar.gz
-	sha512sums = b8e7f0884bb66aee8627858f667ef4db31664b07f7d7ede27c37d88fff6d7f47c62739d07fe7ab26628f95a13b13efa7704ea318dea4d0bcf0193a3fba6124bd
+	source = https://github.com/dunst-project/dunst/archive/refs/tags/v1.8.1.tar.gz
+	sha512sums = bd8605844eacb24ec1beafbd62be1defa8ff9f6fc2e93a4746acaba483e86d0fa3937045c20dbba71c46310102d8878c8ec987a3081328b02a09d7f9fde974d9
 
 pkgname = dunst
diff --git a/PKGBUILD b/PKGBUILD
index c81591f..7788d12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: only_vip <onlyme_vip@protonmail.com>
 pkgname=dunst
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="Lightweight and customizable notification daemon"
 arch=('x86_64')
@@ -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=("b8e7f0884bb66aee8627858f667ef4db31664b07f7d7ede27c37d88fff6d7f47c62739d07fe7ab26628f95a13b13efa7704ea318dea4d0bcf0193a3fba6124bd")
+sha512sums=("bd8605844eacb24ec1beafbd62be1defa8ff9f6fc2e93a4746acaba483e86d0fa3937045c20dbba71c46310102d8878c8ec987a3081328b02a09d7f9fde974d9")
 MAKEFLAGS="-j$(nproc)"
 
 build() {