summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2020-07-17 19:28:10 +0200
committerKr1ss2020-07-17 19:28:10 +0200
commitc79c2dd6b9117a5a81a51ab72d16b72fa80a82c3 (patch)
tree6ec3aacec451aac85528317addac51efc7d3239f
parentf234838fb47afc02f54b092414c16f8953476718 (diff)
downloadaur-c79c2dd6b9117a5a81a51ab72d16b72fa80a82c3.tar.gz
switch getmail dep to new upstream `getmail6`
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2146900b0046..6c186fe6a7ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mailwizard-git
pkgdesc = Configure neomutt, isync, getmail and msmtp with pass for passwords
- pkgver = r735.8f8a3d4
- pkgrel = 3
+ pkgver = r737.150b8b6
+ pkgrel = 1
url = https://github.com/rpuntaie/mailwizard
install = wizard.install
changelog = changelog.txt
@@ -10,7 +10,7 @@ pkgbase = mailwizard-git
makedepends = git
depends = neomutt
depends = isync
- depends = getmail-python3-git
+ depends = getmail6
depends = msmtp
depends = notmuch-runtime
depends = pass
diff --git a/PKGBUILD b/PKGBUILD
index ffa084a76f1a..71b1cb626670 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ pkgver() {
cd "${pkgname%-git}"
printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-pkgver=r735.8f8a3d4
-pkgrel=3
+pkgver=r737.150b8b6
+pkgrel=1
pkgdesc='Configure neomutt, isync, getmail and msmtp with pass for passwords'
arch=('x86_64')
@@ -21,7 +21,7 @@ provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}" 'mutt-wizard')
makedepends=('git')
-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'