summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorScott Hansen2023-04-19 07:51:59 -0700
committerScott Hansen2023-04-19 07:51:59 -0700
commit2209445145960ab418c3db5c1f907bfa8d4da318 (patch)
tree44de2f6c192b30dad6c8e6b018cc31bddda7cbdc /PKGBUILD
parent680015f8dd742fbf2900c36f6c0730233256ae06 (diff)
downloadaur-2209445145960ab418c3db5c1f907bfa8d4da318.tar.gz
Add libnotify to optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d806013f34f4..38d8a376c45c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,8 @@ depends=('python' 'networkmanager' 'python-gobject')
makedepends=('git')
optdepends=('dmenu: either dmenu or rofi is required'
'rofi: either dmenu or rofi is required'
- 'network-manager-applet: for the nm-connection-editor GUI')
+ 'network-manager-applet: for the nm-connection-editor GUI'
+ 'libnotify: any notification platform (dunst, for example)')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$_pkgname::git+https://github.com/firecat53/$_gitname.git")