summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8176f9e0121..d418bec41971 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mailwizard-git
pkgdesc = Configure neomutt, isync, getmail and msmtp with pass for passwords
- pkgver = r730.89f8ae6
+ pkgver = r735.8f8a3d4
pkgrel = 2
url = https://github.com/rpuntaie/mailwizard
install = wizard.install
@@ -10,7 +10,7 @@ pkgbase = mailwizard-git
makedepends = git
depends = neomutt
depends = isync
- depends = getmail
+ depends = getmail-python3
depends = msmtp
depends = notmuch-runtime
depends = pass
diff --git a/PKGBUILD b/PKGBUILD
index ebc15ba1d710..b5f848e3eee7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver() {
cd "${pkgname%-git}"
printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-pkgver=r730.89f8ae6
+pkgver=r735.8f8a3d4
pkgrel=2
pkgdesc='Configure neomutt, isync, getmail and msmtp with pass for passwords'
@@ -21,7 +21,7 @@ provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}" 'mutt-wizard')
makedepends=('git')
-depends=('neomutt' 'isync' 'getmail' 'msmtp' 'notmuch-runtime' 'pass' 'urlscan')
+depends=('neomutt' 'isync' 'getmail-python3' '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'