summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2016-12-10 08:59:48 +1100
committerRhinoceros2016-12-10 08:59:48 +1100
commitcc8230b293546b94a33278c37d44ca6c35eb91a7 (patch)
treefc6f7617cc5a74e54553bf92622e809dd8b50890
parent1f205d51aa4607ddda57abe57d7bab393c41a097 (diff)
downloadaur-cc8230b293546b94a33278c37d44ca6c35eb91a7.tar.gz
Update to 0.5.18-1
* Upstream changelog: "[release] 0.5.18 cf CHANGES.rst"
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1aff76f89ae6..87b355f16972 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Dec 8 14:33:45 UTC 2016
+# Fri Dec 9 21:59:38 UTC 2016
pkgbase = python-aioimaplib
pkgdesc = Python asyncio IMAP4rev1 client library
- pkgver = 0.5.17
+ pkgver = 0.5.18
pkgrel = 1
url = https://github.com/bamthomas/aioimaplib
arch = any
license = GPL3
makedepends = python-setuptools
depends = python
- source = https://github.com/bamthomas/aioimaplib/archive/0.5.17.tar.gz
- sha256sums = 0fdd9af56d6d89aab380835c410e32d674c4544dc21b506520b1675f36219d6c
+ source = https://github.com/bamthomas/aioimaplib/archive/0.5.18.tar.gz
+ sha256sums = eb91b14df586b101852e81db198277eea87cf51139334133d0be512b79e2d4e3
pkgname = python-aioimaplib
diff --git a/PKGBUILD b/PKGBUILD
index ca6c673c3f33..e520c5689e7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=python-aioimaplib
-pkgver=0.5.17
+pkgver=0.5.18
pkgrel=1
pkgdesc='Python asyncio IMAP4rev1 client library'
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('python')
makedepends=('python-setuptools')
source=("https://github.com/bamthomas/${pkgname#python-}/archive/${pkgver}.tar.gz")
-sha256sums=('0fdd9af56d6d89aab380835c410e32d674c4544dc21b506520b1675f36219d6c')
+sha256sums=('eb91b14df586b101852e81db198277eea87cf51139334133d0be512b79e2d4e3')
package() {
cd "${pkgname#python-}-${pkgver}"