summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordpellegr2021-03-22 11:43:12 +0100
committerdpellegr2021-03-22 11:43:12 +0100
commitfcea40316fd4bb034ad28235073b6e700ef70411 (patch)
treeff9cd6a22b8a5210e4717b7922385a6a8989af26
parentb777a948641497feed9bca17243fa2971f6955a8 (diff)
downloadaur-fcea40316fd4bb034ad28235073b6e700ef70411.tar.gz
update to 2.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d456526fbcd..776279e3ce6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-imapclient
pkgdesc = An easy-to-use, Pythonic and complete IMAP client library with no dependencies outside the Python standard library
- pkgver = 2.1.0
+ pkgver = 2.2.0
pkgrel = 1
url = https://github.com/mjs/imapclient/
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-imapclient
depends = python
depends = python-backports.ssl
options = !emptydirs
- source = https://github.com/mjs/imapclient/archive/2.1.0.tar.gz
- md5sums = 29a0d5170331a615e6f2a92fba3391b1
+ source = https://github.com/mjs/imapclient/archive/2.2.0.tar.gz
+ md5sums = c90f93ce0b3a7dfe26409141b66295fc
pkgname = python-imapclient
diff --git a/PKGBUILD b/PKGBUILD
index 37a8d4e57dee..d9d6ad4a3e24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dario Pellegrini <pellegrini.dario at gmail dot com>
pkgname=python-imapclient
-pkgver=2.1.0
+pkgver=2.2.0
pkgrel=1
pkgdesc="An easy-to-use, Pythonic and complete IMAP client library with no dependencies outside the Python standard library"
arch=('any')
@@ -14,7 +14,7 @@ replaces=()
backup=()
options=(!emptydirs)
source=("https://github.com/mjs/imapclient/archive/$pkgver.tar.gz")
-md5sums=('29a0d5170331a615e6f2a92fba3391b1')
+md5sums=('c90f93ce0b3a7dfe26409141b66295fc')
package() {
cd "$srcdir/imapclient-$pkgver"