summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2017-07-28 21:08:13 +1000
committerRhinoceros2017-07-28 21:08:13 +1000
commit0d8c9538c05bb37f55da5e3719776829222b2911 (patch)
treed3afef37b08ff6f55f3ceaeb9bccd0f31a707e62
parent3287df7b56b381842c9fb756917a70913b85c869 (diff)
downloadaur-0d8c9538c05bb37f55da5e3719776829222b2911.tar.gz
Update to 0.7.11-1
* Upstream changelog: "[release] 0.7.11 cf CHANGE.rst"
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b428eedf92f4..b265b057aa98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Jul 27 21:35:23 UTC 2017
+# Fri Jul 28 11:08:09 UTC 2017
pkgbase = python-aioimaplib
pkgdesc = Python asyncio IMAP4rev1 client library
- pkgver = 0.7.10
+ pkgver = 0.7.11
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.10.tar.gz
- sha256sums = 4763a12b1edf77953502f17bce88acafa0560f8af0742426e2bc4836fa6ce7f4
+ source = https://github.com/bamthomas/aioimaplib/archive/0.7.11.tar.gz
+ sha256sums = efad743ac6682ba526df86d1730f500f7edc3646f1d6e884bb83a2636c04c477
pkgname = python-aioimaplib
diff --git a/PKGBUILD b/PKGBUILD
index 40683cd879ff..5e63e45ba100 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=python-aioimaplib
-pkgver=0.7.10
+pkgver=0.7.11
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=('4763a12b1edf77953502f17bce88acafa0560f8af0742426e2bc4836fa6ce7f4')
+sha256sums=('efad743ac6682ba526df86d1730f500f7edc3646f1d6e884bb83a2636c04c477')
package() {
cd "${pkgname#python-}-${pkgver}"