makedeb


dunst 1.9.0-1


Lightweight and customizable notification daemon

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

Commit:


Hash: 643c2b4dcdc65087330647179567689fed816e00

Message: minor fix

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 9fab0b2..b08eb94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,32 +1,44 @@
-generated-by = makedeb-makepkg
-
-pkgbase = dunst
-	pkgdesc = Lightweight and customizable notification daemon
-	pkgver = 1.8.1
-	pkgrel = 1
-	url = https://dunst-project.org/
-	arch = x86_64
-	license = BSD
-	makedepends = git
-	makedepends = perl
-	makedepends = wayland-protocols
-	makedepends = libnotify-dev
-	makedepends = libxss-dev
-	makedepends = libxdg-basedir-dev
-	makedepends = libghc-pango-dev
-	makedepends = libxinerama-dev
-	makedepends = libxrandr-dev
-	makedepends = libwayland-client++0
-	makedepends = libwayland-client-extra++0
-	makedepends = libwayland-client0
-	makedepends = libwayland-dev
-	makedepends = libdbus-1-dev
-	provides = dunst
-	provides = notification-daemon
-	provides = dunstify
-	conflicts = dunst
-	conflicts = dunstify
-	source = https://github.com/dunst-project/dunst/archive/refs/tags/v1.8.1.tar.gz
-	sha512sums = bd8605844eacb24ec1beafbd62be1defa8ff9f6fc2e93a4746acaba483e86d0fa3937045c20dbba71c46310102d8878c8ec987a3081328b02a09d7f9fde974d9
-
+generated-by = makedeb
 pkgname = dunst
+pkgbase = dunst
+pkgdesc = Lightweight and customizable notification daemon
+pkgrel = 2
+pkgver = 1.8.1
+url = https://dunst-project.org/
+arch = amd64
+conflicts = dunst
+conflicts = dunstify
+license = BSD
+makedepends = git
+makedepends = perl
+makedepends = wayland-protocols
+makedepends = libnotify-dev
+makedepends = libxss-dev
+makedepends = libxdg-basedir-dev
+makedepends = libghc-pango-dev
+makedepends = libxinerama-dev
+makedepends = libxrandr-dev
+makedepends = libwayland-client++0
+makedepends = libwayland-client-extra++0
+makedepends = libwayland-client0
+makedepends = libwayland-dev
+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
+makedepends = git
+makedepends = perl
+makedepends = wayland-protocols
+makedepends = libnotify-dev
+makedepends = libxss-dev
+makedepends = libxdg-basedir-dev
+makedepends = libghc-pango-dev
+makedepends = libxinerama-dev
+makedepends = libxrandr-dev
+makedepends = libwayland-client++0
+makedepends = libwayland-client-extra++0
+makedepends = libwayland-client0
+makedepends = libwayland-dev
+makedepends = libdbus-1-dev
diff --git a/PKGBUILD b/PKGBUILD
index 7788d12..60c3580 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
 # Maintainer: only_vip <onlyme_vip@protonmail.com>
 pkgname=dunst
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight and customizable notification daemon"
-arch=('x86_64')
+arch=('amd64')
 url="https://dunst-project.org/"
 license=('BSD')
 makedepends=('git' 'perl' 'wayland-protocols' 'libnotify-dev' 'libxss-dev' 'libxdg-basedir-dev' 'libghc-pango-dev' 'libxinerama-dev' 'libxrandr-dev' 'libwayland-client++0' 'libwayland-client-extra++0' 'libwayland-client0' 'libwayland-dev' 'libdbus-1-dev')