summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2020-05-25 21:37:32 +0200
committerKr1ss2020-05-25 21:37:32 +0200
commitad903787b509ea874e0adb22b15331afe9c28095 (patch)
tree53db2abc5182cdf22afbf30b15e85ca0417511bc
parent1d621e13e99906a953c512aea1b7d6cbfaf406c6 (diff)
downloadaur-ad903787b509ea874e0adb22b15331afe9c28095.tar.gz
depend on py3 port of getmail
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1aa8d2ac1385..61af8580e48e 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 = 1
+ pkgrel = 2
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
+ depends = getmail-python3
depends = msmtp
depends = notmuch-runtime
depends = pass
diff --git a/PKGBUILD b/PKGBUILD
index d636225d10bd..af0d9b82e55c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=mailwizard
pkgver=2.0.3
-pkgrel=1
+pkgrel=2
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' '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'