summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19ce858f995f..e7d7d8945639 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mailwizard-git
pkgdesc = Configure neomutt, isync, getmail and msmtp with pass for passwords
pkgver = r728.b7f0532
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rpuntaie/mailwizard
install = wizard.install
changelog = changelog.txt
@@ -12,6 +12,7 @@ pkgbase = mailwizard-git
depends = isync
depends = getmail
depends = msmtp
+ depends = notmuch-runtime
depends = pass
depends = urlscan
optdepends = imagemagick: view images inside of the neomutt TUI
@@ -22,6 +23,8 @@ pkgbase = mailwizard-git
optdepends = abook: contact store and tab completion
optdepends = cronie: auto-sync mails - alt.: fcron
optdepends = fcron: auto-sync mails - alt.: cronie
+ optdepends = libnotify: enable desktop notifications about new mail
+ optdepends = dunst: enable desktop notifications about new mail
optdepends = pam-gnupg: automatically unlock gpg keys at session login
provides = mailwizard
conflicts = mailwizard
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')