summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2020-08-24 19:07:48 +0200
committerKr1ss2020-08-24 19:07:48 +0200
commit8544f86593891437804282679e33d25c262ea58c (patch)
tree20c0f1f2e1f7ad86f4279f7be7e801f74396a47f
parent02dda0970649acdda52491fb87f19389a2c583ed (diff)
downloadaur-8544f86593891437804282679e33d25c262ea58c.tar.gz
update: getmail6-git 6.00.r365.3046769-1
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGELOG5
-rw-r--r--PKGBUILD2
3 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6cfc2ac3936..53ab252f4dd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = getmail6-git
pkgdesc = POP3 mail retriever with reliable Maildir and command delivery; Python 3 port
- pkgver = 6.00.r359.c8f648d
+ pkgver = 6.00.r365.3046769
pkgrel = 1
url = http://getmail6.org
changelog = CHANGELOG
@@ -8,7 +8,7 @@ pkgbase = getmail6-git
license = GPL2
makedepends = git
depends = python-chardet
- provides = getmail=6.00.r359.c8f648d
+ provides = getmail=6.00.r365.3046769
provides = getmail6
conflicts = getmail
source = git+https://github.com/getmail6/getmail6.git
diff --git a/CHANGELOG b/CHANGELOG
index 41c01bd71e44..59100c257566 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+Version 6.4
+24 August 2020
+ - fix #20: mboxrd can't concat str to bytes
+ - fix #21: version numbering from 6.0x to 6.x
+
Version 6.03
17 August 2020
- fix #14: IDLE not working
diff --git a/PKGBUILD b/PKGBUILD
index f8e10df3b1b8..d50c4fcd22de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgver() {
"$(git rev-list --count HEAD)" \
"$(git rev-parse --short HEAD)"
}
-pkgver=6.00.r359.c8f648d
+pkgver=6.00.r365.3046769
pkgrel=1
pkgdesc='POP3 mail retriever with reliable Maildir and command delivery; Python 3 port'