summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2020-11-02 20:04:50 +0100
committerKr1ss2020-11-02 20:04:50 +0100
commit2706938113e67526ccf40f4d90fc22cd0608d116 (patch)
tree7d9835f683cac67322c8ad4a98275a928a2e327c
parentf34beb167842236f915f2d08b08c9499e662114d (diff)
downloadaur-2706938113e67526ccf40f4d90fc22cd0608d116.tar.gz
update: getmail6-git 1:6.9.r1.68a19d4-1
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGELOG2
-rw-r--r--PKGBUILD2
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index daef4d619e7d..d715054e6b0d 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.8.r7.c99d1ea
+ pkgver = 6.9.r1.68a19d4
pkgrel = 1
epoch = 1
url = http://getmail6.org
@@ -11,7 +11,7 @@ pkgbase = getmail6-git
depends = python-chardet
optdepends = python-keyring: secure password store
optdepends = python-keyrings-alt: alternative backends
- provides = getmail=6.8.r7.c99d1ea
+ provides = getmail=6.9.r1.68a19d4
provides = getmail6
conflicts = getmail
source = git+https://github.com/getmail6/getmail6.git
diff --git a/CHANGELOG b/CHANGELOG
index 115832676874..e72330c9b9f1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,5 @@
Version 6.9
-TODO
+02 November 2020
- fix python 3.9 issues #42 #44
- fix regex warning #45
- add usage of Python keyring package in addition to gnomekeyring (#43)
diff --git a/PKGBUILD b/PKGBUILD
index 16828eba45c7..5cd82f6213e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgname="${pkgname%-git}"
epoch=1
pkgver() { git -C "$_pkgname" describe --tags --long | sed 's/^v//;s/-/.r/;s/-g/./'; }
-pkgver=6.8.r7.c99d1ea
+pkgver=6.9.r1.68a19d4
pkgrel=1
pkgdesc='POP3 mail retriever with reliable Maildir and command delivery; Python 3 port'