summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibrewish2020-02-29 16:56:15 +0530
committerlibrewish2020-02-29 16:56:15 +0530
commitdf9d756cd6dfdaa327c6a64223b3e48f349df736 (patch)
tree5786ad989399062706fb66d921452b4104e6c694
parentfe7d1908d6f8f3af2cf7111da19e1d144869e9fe (diff)
downloadaur-df9d756cd6dfdaa327c6a64223b3e48f349df736.tar.gz
add libnotify as opt dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85e7129f8819..f60a128b7975 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -24,6 +24,7 @@ pkgbase = qwikaccess-git
optdepends = util-linux: for airplane mode
optdepends = xdg-utils: for lock screen (xdg-screensaver lock)
optdepends = systemd: for leave commands and gps services
+ optdepends = libnotify: for notification
optdepends = grep: used in scripts
provides = qwikaccess
conflicts = qwikaccess
diff --git a/PKGBUILD b/PKGBUILD
index 6212898d4536..1a7dbadde3f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,6 +24,7 @@ optdepends=(
'util-linux: for airplane mode'
'xdg-utils: for lock screen (xdg-screensaver lock)'
'systemd: for leave commands and gps services'
+ 'libnotify: for notification'
'grep: used in scripts'
)
makedepends=('git')