summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2021-07-14 23:06:52 +0200
committerKr1ss2021-07-14 23:06:52 +0200
commit7ef102b6654b1148054ea66830937d58dbc83f98 (patch)
treeb4950e1ceaaddc9220142e09d70a2eaacb08aa88
parent3574f01c8806b255c8f6fda203ee6e7f548bbe55 (diff)
downloadaur-7ef102b6654b1148054ea66830937d58dbc83f98.tar.gz
add missing dependencies
-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'