summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6aa09e2e1e52..f9719a268b54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver() {
printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
pkgver=r728.b7f0532
-pkgrel=1
+pkgrel=2
pkgdesc='Configure neomutt, isync, getmail and msmtp with pass for passwords'
arch=('x86_64')
@@ -19,7 +19,7 @@ provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}" 'mutt-wizard')
makedepends=('git')
-depends=('neomutt' 'isync' 'getmail' 'msmtp' 'pass' 'urlscan')
+depends=('neomutt' 'isync' 'getmail' 'msmtp' 'notmuch-runtime' 'pass' 'urlscan')
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'
@@ -28,6 +28,8 @@ optdepends=('imagemagick: view images inside of the neomutt TUI'
'abook: contact store and tab completion'
'cronie: auto-sync mails - alt.: fcron'
'fcron: auto-sync mails - alt.: cronie'
+ 'libnotify: enable desktop notifications about new mail'
+ 'dunst: enable desktop notifications about new mail'
'pam-gnupg: automatically unlock gpg keys at session login')
#checkdepends=('bash-bats')