summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8dfd3ed1301..d304ffb4b6b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,8 @@ pkgbase = mutt-wizard
depends = notmuch-runtime
depends = pass
depends = curl
+ depends = libnotify
+ depends = perl
optdepends = imagemagick: view images inside of the neomutt TUI
optdepends = w3m: view HTML email and images inside of the neomutt TUI
optdepends = lynx: view HTML email inside of the neomutt TUI
diff --git a/PKGBUILD b/PKGBUILD
index 0a2ef3df47b6..358b1930948f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('any')
url="https://github.com/lukesmithxyz/$pkgname"
license=('GPL3')
-depends=('neomutt' 'isync' 'msmtp' 'notmuch-runtime' 'pass' 'curl')
+depends=('neomutt' 'isync' 'msmtp' 'notmuch-runtime' 'pass' 'curl' 'libnotify' 'perl')
optdepends=('imagemagick: view images inside of the neomutt TUI'
'w3m: view HTML email and images inside of the neomutt TUI'
'lynx: view HTML email inside of the neomutt TUI'