summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2017-07-14 11:07:34 +1000
committerRhinoceros2017-07-14 11:07:34 +1000
commitf394ac82b9823deb25a01994444f66c9ff55a057 (patch)
tree259b081ac4b42cd6bfb73d89acca8c47fc75d89f
parent114ac30e3a0a8093d9071008d578e23910da7a4d (diff)
downloadaur-f394ac82b9823deb25a01994444f66c9ff55a057.tar.gz
Update to 0.7.8-1
* Upstream changelog: "[release] 0.7.8 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 6f25cc9fc980..89fd1dad7b5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Jul 14 00:13:02 UTC 2017
+# Fri Jul 14 01:07:27 UTC 2017
pkgbase = python-aioimaplib
pkgdesc = Python asyncio IMAP4rev1 client library
- pkgver = 0.7.7
+ pkgver = 0.7.8
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.7.7.tar.gz
- sha256sums = 62657f98ab1e973efce1478f4ef6c742826cbd8779a9a3fe15d51ab77ec4d793
+ source = https://github.com/bamthomas/aioimaplib/archive/0.7.8.tar.gz
+ sha256sums = 52e021ff32b38b36443a92b23e7b751573618b024845b99935b29aa486c6dbf5
pkgname = python-aioimaplib
diff --git a/PKGBUILD b/PKGBUILD
index 4172d983814f..66b7802abc04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=python-aioimaplib
-pkgver=0.7.7
+pkgver=0.7.8
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=('62657f98ab1e973efce1478f4ef6c742826cbd8779a9a3fe15d51ab77ec4d793')
+sha256sums=('52e021ff32b38b36443a92b23e7b751573618b024845b99935b29aa486c6dbf5')
package() {
cd "${pkgname#python-}-${pkgver}"