summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2020-07-17 19:27:12 +0200
committerKr1ss2020-07-17 19:27:12 +0200
commit2bdc9cb66cd3c92c28a3c61ebf45b9ccf30aa794 (patch)
treea6cd9bee35903b68dcafe2787694e454531da516
parent0341c13e5c399b57b5bb1c98a00397ebbbce160f (diff)
downloadaur-2bdc9cb66cd3c92c28a3c61ebf45b9ccf30aa794.tar.gz
switch getmail dep to new upstream `getmail6`
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66e0b82b7230..c55cdbd4d338 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mailwizard
pkgdesc = Configure neomutt, isync, getmail and msmtp with pass for passwords
pkgver = 2.0.3
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/rpuntaie/mailwizard
install = wizard.install
changelog = changelog.txt
@@ -9,7 +9,7 @@ pkgbase = mailwizard
license = GPL3
depends = neomutt
depends = isync
- depends = getmail-python3-git
+ depends = getmail6
depends = msmtp
depends = notmuch-runtime
depends = pass
diff --git a/PKGBUILD b/PKGBUILD
index aa19a9dc9ad9..0a2ae46c441f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=mailwizard
pkgver=2.0.3
-pkgrel=3
+pkgrel=4
pkgdesc='Configure neomutt, isync, getmail and msmtp with pass for passwords'
arch=('x86_64')
@@ -15,7 +15,7 @@ license=('GPL3')
conflicts=('mutt-wizard')
-depends=('neomutt' 'isync' 'getmail-python3-git' 'msmtp' 'notmuch-runtime' 'pass' 'urlscan')
+depends=('neomutt' 'isync' 'getmail6' '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'