summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2020-10-07 21:24:57 +0200
committerKr1ss2020-10-07 21:24:57 +0200
commit6684772fa08bcdfd1ff0286dc2e557c22a239901 (patch)
tree794cdb67af7c77fe09320765b95454920398e95d
parent00931b44d6ddb67470e6d7cd473cc45625652d09 (diff)
downloadaur-6684772fa08bcdfd1ff0286dc2e557c22a239901.tar.gz
update: getmail6-git 1:6.8-1
hotfix
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGELOG12
-rw-r--r--PKGBUILD9
3 files changed, 17 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd56c93b149d..c3edc1256e2c 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.6.r2.7a48905
+ pkgver = 6.8
pkgrel = 1
epoch = 1
url = http://getmail6.org
@@ -9,7 +9,7 @@ pkgbase = getmail6-git
license = GPL2
makedepends = git
depends = python-chardet
- provides = getmail=6.6.r2.7a48905
+ provides = getmail=6.8
provides = getmail6
conflicts = getmail
source = git+https://github.com/getmail6/getmail6.git
diff --git a/CHANGELOG b/CHANGELOG
index 5a9f3a9912fb..aa394fdf0857 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,15 @@
+Version 6.8
+07 October 2020
+ - fix #37: update copyright date and notices
+ - fix #39: Slow mail retrieval
+ - pull #40: fix UnboundLocalError when socket.error inside POP3_SSL_EXTENDED
+
+Version 6.7
+01 September 2020
+ - use $XDG_CONFIG_HOME if defined
+ - fix pip install (doc/man below site-packages)
+ - fix #34: quote only for select
+
Version 6.6
29 August 2020
- fix #34: quote mailbox if necessary
diff --git a/PKGBUILD b/PKGBUILD
index f896b44c0bff..d7e54084312d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,12 @@
-# Maintainer : Kr1ss $(echo \<kr1ss+x-yandex+com\>|sed s/\+/./g\;s/\-/@/)
+# Maintainer : Kr1ss $(tr +- .@ <<<'<kr1ss+x-yandex+com>')
pkgname=getmail6-git
_pkgname="${pkgname%-git}"
epoch=1
-pkgver() {
- cd "$_pkgname"
- git describe --tags | sed 's/^v//;s/-/.r/;s/-g/./'
-}
-pkgver=6.6.r2.7a48905
+pkgver() { git -C "$_pkgname" describe --tags | sed 's/^v//;s/-/.r/;s/-g/./'; }
+pkgver=6.8
pkgrel=1
pkgdesc='POP3 mail retriever with reliable Maildir and command delivery; Python 3 port'