summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2017-04-01 08:32:49 +1100
committerRhinoceros2017-04-01 08:32:49 +1100
commite5fc91973764827e8d237e3bdd741d0aea627be7 (patch)
treeb7b1e96dbf40480a7ac5038712aeccf8533b3a71
parent3b415a12644503452f9216c23bb72fc3bf89fd4d (diff)
downloadaur-e5fc91973764827e8d237e3bdd741d0aea627be7.tar.gz
Update to 0.6.1-1
* Upstream changelog: * [release] 0.6.0 cf CHANGES.rst * [release] 0.6.1 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 5b5f78a3035a..b7ffb6644b39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Mar 25 11:31:25 UTC 2017
+# Fri Mar 31 21:32:45 UTC 2017
pkgbase = python-aioimaplib
pkgdesc = Python asyncio IMAP4rev1 client library
- pkgver = 0.5.20
+ pkgver = 0.6.1
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.20.tar.gz
- sha256sums = 646b422c6e2f7ec7ccedcb2543fe1dc1811faa39eda283a31e9250c69d9b8965
+ source = https://github.com/bamthomas/aioimaplib/archive/0.6.1.tar.gz
+ sha256sums = 30beae5e68fcd91d6a5796a337fe9f1e56f431aae28db540a33c2107f88daedc
pkgname = python-aioimaplib
diff --git a/PKGBUILD b/PKGBUILD
index 28346f4db449..401c277e8595 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=python-aioimaplib
-pkgver=0.5.20
+pkgver=0.6.1
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=('646b422c6e2f7ec7ccedcb2543fe1dc1811faa39eda283a31e9250c69d9b8965')
+sha256sums=('30beae5e68fcd91d6a5796a337fe9f1e56f431aae28db540a33c2107f88daedc')
package() {
cd "${pkgname#python-}-${pkgver}"