makedeb


dunst-git 11280c9a2022.04.14-2


Lightweight and customizable notification daemon

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

Commit:


Hash: 773b41899c1f3c09baafdb2c891da53f07a7837d

Message: removed replaces function

Diff


diff --git a/.SRCINFO b/.SRCINFO
index b2d5e48..0d6ce69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -27,7 +27,6 @@ pkgbase = dunst-git
 	provides = dunstify
 	conflicts = dunst
 	conflicts = dunstify
-	replaces = dunst
 	source = git+https://github.com/dunst-project/dunst
 	md5sums = SKIP
 
diff --git a/PKGBUILD b/PKGBUILD
index 31c73b4..193b816 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ 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')
 provides=('dunst' 'notification-daemon' 'dunstify')
 conflicts=('dunst' 'dunstify')
-replaces=('dunst')
+# replaces=('dunst')
 source=('git+https://github.com/dunst-project/dunst')
 md5sums=('SKIP')