summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1ed3450569a..ee0b3af2538f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-imapclient
pkgdesc = An easy-to-use, Pythonic and complete IMAP client library with no dependencies outside the Python standard library
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = http://imapclient.freshfoo.com/
arch = any
@@ -9,8 +9,8 @@ pkgbase = python2-imapclient
depends = python2
depends = python-backports.ssl
options = !emptydirs
- source = http://freshfoo.com/projects/IMAPClient/IMAPClient-1.0.1.tar.gz
- md5sums = ff508fbed5745725362a2b292e4503a1
+ source = http://freshfoo.com/projects/IMAPClient/IMAPClient-1.0.2.tar.gz
+ md5sums = 525aa0bbd2056ba06a8d286be082911e
pkgname = python2-imapclient
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"