summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2017-06-20 10:48:01 +1000
committerRhinoceros2017-06-20 10:48:01 +1000
commitc0d3e89a16932216607bb368ac245d8a85574e63 (patch)
tree5ac400a76f34f2a5010299529f7894b427ecb54e
parente86723a8887cd8c2add47d2018bd14a59f2f7d1f (diff)
downloadaur-c0d3e89a16932216607bb368ac245d8a85574e63.tar.gz
Update to 0.7.2-1
* Upstream changelog: "[release] 0.7.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 98eee7841e20..a1e39d23a2e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Jun 10 23:56:15 UTC 2017
+# Tue Jun 20 00:47:55 UTC 2017
pkgbase = python-aioimaplib
pkgdesc = Python asyncio IMAP4rev1 client library
- pkgver = 0.7.1
+ pkgver = 0.7.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.7.1.tar.gz
- sha256sums = 17683484eba210213bd50ea54eb8d02a938dd4792db8070b7ed1f829c24587ec
+ source = https://github.com/bamthomas/aioimaplib/archive/0.7.2.tar.gz
+ sha256sums = a213299c763f4d443d0d46dd00902f64eb22eba6f84004e17de7e0d244292945
pkgname = python-aioimaplib
diff --git a/PKGBUILD b/PKGBUILD
index dec86ad5b7c5..5717428d4e1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=python-aioimaplib
-pkgver=0.7.1
+pkgver=0.7.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=('17683484eba210213bd50ea54eb8d02a938dd4792db8070b7ed1f829c24587ec')
+sha256sums=('a213299c763f4d443d0d46dd00902f64eb22eba6f84004e17de7e0d244292945')
package() {
cd "${pkgname#python-}-${pkgver}"