Date: Sunday, February 13, 2022 @ 12:34:19
  Author: artafinde
Revision: 1133048

dunst: rebuild to enable debug symbols

Modified:
  dunst/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-02-13 12:33:47 UTC (rev 1133047)
+++ PKGBUILD    2022-02-13 12:34:19 UTC (rev 1133048)
@@ -5,7 +5,7 @@
 
 pkgname=dunst
 pkgver=1.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Customizable and lightweight notification-daemon"
 url="https://dunst-project.org/";
 arch=('x86_64')
@@ -15,6 +15,7 @@
 optdepends=('libnotify: dunstify')
 backup=('etc/dunst/dunstrc')
 provides=('notification-daemon')
+options=('debug')
 
source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz";)
 md5sums=('71a900dca891c02878c691f596a7ebed')
 

Reply via email to