summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaël Guillemenot2016-08-17 11:50:11 +0200
committerLaël Guillemenot2016-08-17 11:50:11 +0200
commit59fb48a29153f32967cfbfeb7d63c0abab464d6f (patch)
tree166d408a3f5b9d42f33ef78f2357de9ac104c9f8
parent24e3bcd0a41990a64b24c15872838b0d16129a47 (diff)
downloadaur-59fb48a29153f32967cfbfeb7d63c0abab464d6f.tar.gz
Update to 1.0.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae9cb3a51ede..b1ed3450569a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = python2-imapclient
pkgdesc = An easy-to-use, Pythonic and complete IMAP client library with no dependencies outside the Python standard library
- pkgver = 0.12
+ pkgver = 1.0.1
pkgrel = 1
url = http://imapclient.freshfoo.com/
arch = any
license = BSD
makedepends = python2-distribute
depends = python2
+ depends = python-backports.ssl
options = !emptydirs
- source = http://freshfoo.com/projects/IMAPClient/IMAPClient-0.12.tar.gz
- md5sums = bb7dc4cb2b4ab82ebc73e0f01cb60e1d
+ source = http://freshfoo.com/projects/IMAPClient/IMAPClient-1.0.1.tar.gz
+ md5sums = ff508fbed5745725362a2b292e4503a1
pkgname = python2-imapclient
diff --git a/PKGBUILD b/PKGBUILD
index 9164d97eb66d..ca78187657aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Carol Alexandru shapeshifter@archlinux.us
pkgname=python2-imapclient
-pkgver=0.12
+pkgver=1.0.1
pkgrel=1
pkgdesc="An easy-to-use, Pythonic and complete IMAP client library with no dependencies outside the Python standard library"
arch=('any')
url="http://imapclient.freshfoo.com/"
license=('BSD')
-depends=('python2')
+depends=('python2' 'python-backports.ssl')
makedepends=('python2-distribute')
provides=()
conflicts=()
@@ -14,7 +14,7 @@ replaces=()
backup=()
options=(!emptydirs)
source=("http://freshfoo.com/projects/IMAPClient/IMAPClient-$pkgver.tar.gz")
-md5sums=('bb7dc4cb2b4ab82ebc73e0f01cb60e1d')
+md5sums=('ff508fbed5745725362a2b292e4503a1')
package() {
cd "$srcdir/IMAPClient-$pkgver"