summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2020-05-29 22:51:05 +0200
committerKr1ss2020-05-29 22:51:05 +0200
commit0341c13e5c399b57b5bb1c98a00397ebbbce160f (patch)
tree38b03d413a373cc8f6132fc204427ff2a556e519
parentad903787b509ea874e0adb22b15331afe9c28095 (diff)
downloadaur-0341c13e5c399b57b5bb1c98a00397ebbbce160f.tar.gz
depend on `getmail-python3-git`
There's no `getmail-python3` package (yet ?).
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61af8580e48e..66e0b82b7230 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 = 2
+ pkgrel = 3
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
+ depends = getmail-python3-git
depends = msmtp
depends = notmuch-runtime
depends = pass
diff --git a/PKGBUILD b/PKGBUILD
index af0d9b82e55c..aa19a9dc9ad9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=mailwizard
pkgver=2.0.3
-pkgrel=2
+pkgrel=3
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' 'msmtp' 'notmuch-runtime' 'pass' 'urlscan')
+depends=('neomutt' 'isync' 'getmail-python3-git' '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'