summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2021-08-31 02:52:48 +0200
committerKr1ss2021-08-31 02:52:48 +0200
commitd994e6d8542f63b768e69b0fe4b185eb7277fe52 (patch)
tree0ff97afee75eab300ab5a891a2324e2de00cce5a
parent3735f8c3385c85d3b4ece74ba36059fe4379a675 (diff)
downloadaur-mailwizard-git.tar.gz
update: mailwizard-git 2.0.6.r0.g1a5962e-1
upstream release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
-rw-r--r--changelog.txt7
3 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 977894af71a8..a91729e374ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mailwizard-git
pkgdesc = Configure neomutt, isync, getmail and msmtp with pass for passwords (POP3/SMTP)
- pkgver = 2.0.5.r3.gdc66cf4
- pkgrel = 2
+ pkgver = 2.0.6.r0.g1a5962e
+ pkgrel = 1
url = https://github.com/rpuntaie/mailwizard
install = wizard.install
changelog = changelog.txt
diff --git a/PKGBUILD b/PKGBUILD
index 407970f77395..38d784fb4da3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
# Maintainer : Kr1ss $(echo \<kr1ss+x-yandex+com\>|sed s/\+/./g\;s/\-/@/)
# Upstream author : Roland Puntaier <roland [dot] puntaier [at] gmail [dot] com>
-# Upstream author : Luke Smith <luke [at] lukesmith [dot] xyz>
pkgname=mailwizard-git
_name="${pkgname%-git}"
pkgver() { git -C "$_name" describe --long | sed 's/^v//;s/-/.r/;s/-/./'; }
-pkgver=2.0.5.r3.gdc66cf4
-pkgrel=2
+pkgver=2.0.6.r0.g1a5962e
+pkgrel=1
pkgdesc='Configure neomutt, isync, getmail and msmtp with pass for passwords (POP3/SMTP)'
arch=('x86_64')
diff --git a/changelog.txt b/changelog.txt
index 970ae084ca3a..8bea508fc1d3 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,5 +1,12 @@
History (newest first)
+20210830 v2.0.6
+
+- update share/domains.csv
+- \Cr fix to mark read
+- skip getmail oldmail- files
+- fix: {cur,new,tmp} folder created
+
20200720 v2.0.5
- in case of symlink getmail rc files, don't overwrite them.