summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2017-07-14 10:13:06 +1000
committerRhinoceros2017-07-14 10:13:06 +1000
commit114ac30e3a0a8093d9071008d578e23910da7a4d (patch)
tree2c32850aadcff0d04954eed9881bad0a1817d65f
parent9425e63397cd5601fc423b55422b9ddf37d0f6f8 (diff)
downloadaur-114ac30e3a0a8093d9071008d578e23910da7a4d.tar.gz
Update to 0.7.7-1
* Upstream changelog: "[release] 0.7.7 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 eadb4b3d4d07..6f25cc9fc980 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Jul 13 01:15:19 UTC 2017
+# Fri Jul 14 00:13:02 UTC 2017
pkgbase = python-aioimaplib
pkgdesc = Python asyncio IMAP4rev1 client library
- pkgver = 0.7.6
+ pkgver = 0.7.7
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.6.tar.gz
- sha256sums = ca3b85df3befb4839edabc60ff4b01ee56cc5992f467c8e37bc8b4e74a17d735
+ source = https://github.com/bamthomas/aioimaplib/archive/0.7.7.tar.gz
+ sha256sums = 62657f98ab1e973efce1478f4ef6c742826cbd8779a9a3fe15d51ab77ec4d793
pkgname = python-aioimaplib
diff --git a/PKGBUILD b/PKGBUILD
index 874571f58773..4172d983814f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=python-aioimaplib
-pkgver=0.7.6
+pkgver=0.7.7
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=('ca3b85df3befb4839edabc60ff4b01ee56cc5992f467c8e37bc8b4e74a17d735')
+sha256sums=('62657f98ab1e973efce1478f4ef6c742826cbd8779a9a3fe15d51ab77ec4d793')
package() {
cd "${pkgname#python-}-${pkgver}"