summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2020-05-29 22:49:46 +0200
committerKr1ss2020-05-29 22:49:46 +0200
commitf234838fb47afc02f54b092414c16f8953476718 (patch)
treeb9c16ccac7f697c791dabf90e4bffc36a3500ecb
parentc5eaa6c511d4a24bae5d7cd8fbc877a7c08d7360 (diff)
downloadaur-f234838fb47afc02f54b092414c16f8953476718.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 d418bec41971..2146900b0046 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 = 2
+ pkgrel = 3
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
+ depends = getmail-python3-git
depends = msmtp
depends = notmuch-runtime
depends = pass
diff --git a/PKGBUILD b/PKGBUILD
index b5f848e3eee7..ffa084a76f1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgver() {
printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
pkgver=r735.8f8a3d4
-pkgrel=2
+pkgrel=3
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' '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'