summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2017-06-08 14:09:19 +1000
committerRhinoceros2017-06-08 14:09:19 +1000
commitd6f34c05d2f3a575d7fc411c3f11ad5eb44859bf (patch)
treedf891266d3225312c11ab39bf1cdbd07d51ace13
parente5fc91973764827e8d237e3bdd741d0aea627be7 (diff)
downloadaur-d6f34c05d2f3a575d7fc411c3f11ad5eb44859bf.tar.gz
Update to 0.6.2-1
* Upstream changelog: "[release] 0.6.2 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 b7ffb6644b39..bcdd6480b3e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Mar 31 21:32:45 UTC 2017
+# Thu Jun 8 04:09:12 UTC 2017
pkgbase = python-aioimaplib
pkgdesc = Python asyncio IMAP4rev1 client library
- pkgver = 0.6.1
+ pkgver = 0.6.2
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.6.1.tar.gz
- sha256sums = 30beae5e68fcd91d6a5796a337fe9f1e56f431aae28db540a33c2107f88daedc
+ source = https://github.com/bamthomas/aioimaplib/archive/0.6.2.tar.gz
+ sha256sums = bfd79e9a5cbc22771ba9d2e7da0ebd0b47d454440c7107127678addf00961a28
pkgname = python-aioimaplib
diff --git a/PKGBUILD b/PKGBUILD
index 401c277e8595..a0d95b35c336 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=python-aioimaplib
-pkgver=0.6.1
+pkgver=0.6.2
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=('30beae5e68fcd91d6a5796a337fe9f1e56f431aae28db540a33c2107f88daedc')
+sha256sums=('bfd79e9a5cbc22771ba9d2e7da0ebd0b47d454440c7107127678addf00961a28')
package() {
cd "${pkgname#python-}-${pkgver}"