summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2016-12-10 09:01:14 +1100
committerRhinoceros2016-12-10 09:01:14 +1100
commitaaa8f202356fab2ecec88f984e052030b2eff968 (patch)
treec40f42bce344a1fa0a68ed3d10db678d3d421466
parentcc8230b293546b94a33278c37d44ca6c35eb91a7 (diff)
downloadaur-aaa8f202356fab2ecec88f984e052030b2eff968.tar.gz
Update to 0.5.19-1
* Upstream changelog: "[release] 0.5.19 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 87b355f16972..947e0ed9db97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Dec 9 21:59:38 UTC 2016
+# Fri Dec 9 22:01:10 UTC 2016
pkgbase = python-aioimaplib
pkgdesc = Python asyncio IMAP4rev1 client library
- pkgver = 0.5.18
+ pkgver = 0.5.19
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.18.tar.gz
- sha256sums = eb91b14df586b101852e81db198277eea87cf51139334133d0be512b79e2d4e3
+ source = https://github.com/bamthomas/aioimaplib/archive/0.5.19.tar.gz
+ sha256sums = 0211e76562818317143557f4751373e3e691fdfd58e26d3d37a17a7a05dd399b
pkgname = python-aioimaplib
diff --git a/PKGBUILD b/PKGBUILD
index e520c5689e7a..27ce2b8eb14a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=python-aioimaplib
-pkgver=0.5.18
+pkgver=0.5.19
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=('eb91b14df586b101852e81db198277eea87cf51139334133d0be512b79e2d4e3')
+sha256sums=('0211e76562818317143557f4751373e3e691fdfd58e26d3d37a17a7a05dd399b')
package() {
cd "${pkgname#python-}-${pkgver}"