git » transmission.git » commit 9c9a700

Change optdep from notification-daemon to libnotify; FS#62263

author Florian Pritz
2020-01-17 16:39:13 UTC
committer Florian Pritz
2020-01-17 16:39:13 UTC
parent 88dae6d41b6e48ffbde5deedb1e0989b9dac3835

Change optdep from notification-daemon to libnotify; FS#62263

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 018707d..4498ad6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,7 +63,7 @@ package_transmission-cli() {
 package_transmission-gtk() {
   pkgdesc='Fast, easy, and free BitTorrent client (GTK+ GUI)'
   depends=(curl libevent gtk3 desktop-file-utils hicolor-icon-theme)
-  optdepends=('notification-daemon: Desktop notification support'
+  optdepends=('libnotify: Desktop notification support'
               'transmission-cli: daemon and web support')
 
   cd $pkgbase-$pkgver