summarylogtreecommitdiffstats
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
parent59fb48a29153f32967cfbfeb7d63c0abab464d6f (diff)
downloadaur-python2-imapclient.tar.gz
Update to 1.0.2
-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"