summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"