summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2021-03-12 21:36:28 +0100
committerKr1ss2021-03-12 21:36:28 +0100
commitbd87e8a568423c1bda15772f97579184ac72f7e6 (patch)
tree5f3bd81f8f681fb528dcbb0ed7cc6e24fb903b1f
parent4c01e305310d1b694973ba8f50e5b062797d9773 (diff)
downloadaur-bd87e8a568423c1bda15772f97579184ac72f7e6.tar.gz
update: mailwizard-git 2.0.5.r0.ga2142eb-1
upstream release adapt version scheme
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
-rw-r--r--changelog.txt9
3 files changed, 12 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 536f3f75f9c7..011e96447da2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mailwizard-git
pkgdesc = Configure neomutt, isync, getmail and msmtp with pass for passwords
- pkgver = r752.f11281c
+ pkgver = 2.0.5.r0.ga2142eb
pkgrel = 1
url = https://github.com/rpuntaie/mailwizard
install = wizard.install
diff --git a/PKGBUILD b/PKGBUILD
index 2e4db161bad2..b44b972786fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@ pkgname=mailwizard-git
pkgver() {
cd "${pkgname%-git}"
- printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ git describe --long "$(git rev-list -1 HEAD .)" | sed 's/^v//;s/-/.r/;s/-/./'
}
-pkgver=r752.f11281c
+pkgver=2.0.5.r0.ga2142eb
pkgrel=1
pkgdesc='Configure neomutt, isync, getmail and msmtp with pass for passwords'
diff --git a/changelog.txt b/changelog.txt
index 08543246172e..970ae084ca3a 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,5 +1,14 @@
History (newest first)
+20200720 v2.0.5
+
+- in case of symlink getmail rc files, don't overwrite them.
+- export MWNOTMUCHNEW=0, to suppress notmuch call
+- if getmail rc's and mbsyncrc overlap emails, don't fetch from account twice
+- create procmail rc file template for emails and commented use in getmail rc
+- color fix
+- fix in tests
+
20200720 v2.0.4
- fix the case with getmail path for MDA_external