summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLaël Guillemenot2017-05-31 15:22:42 +0200
committerLaël Guillemenot2017-05-31 15:22:42 +0200
commitcb493b8509b03f02e8c051e8f3faab87c27e2021 (patch)
tree274f511b0c4e3a0ab85c7e8508f79075a05c4fab /PKGBUILD
parent59fb48a29153f32967cfbfeb7d63c0abab464d6f (diff)
downloadaur-python2-imapclient.tar.gz
Update to 1.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca78187657aa..0078f6f7c078 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Carol Alexandru shapeshifter@archlinux.us
pkgname=python2-imapclient
-pkgver=1.0.1
+pkgver=1.0.2
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=("http://freshfoo.com/projects/IMAPClient/IMAPClient-$pkgver.tar.gz")
-md5sums=('ff508fbed5745725362a2b292e4503a1')
+md5sums=('525aa0bbd2056ba06a8d286be082911e')
package() {
cd "$srcdir/IMAPClient-$pkgver"