summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2017-07-11 11:40:20 +1000
committerRhinoceros2017-07-11 11:40:20 +1000
commite73c901f9efce311016ad9f2a4ee1eb6d0a099a7 (patch)
tree65a1e7ef269913d576c644de829ff2838e0bdf15
parentc0d3e89a16932216607bb368ac245d8a85574e63 (diff)
downloadaur-e73c901f9efce311016ad9f2a4ee1eb6d0a099a7.tar.gz
Update to 0.7.4-1
* Upstream changelog: "[release] 0.7.4 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 a1e39d23a2e1..0633f55cffbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Jun 20 00:47:55 UTC 2017
+# Tue Jul 11 01:40:06 UTC 2017
pkgbase = python-aioimaplib
pkgdesc = Python asyncio IMAP4rev1 client library
- pkgver = 0.7.2
+ pkgver = 0.7.4
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.2.tar.gz
- sha256sums = a213299c763f4d443d0d46dd00902f64eb22eba6f84004e17de7e0d244292945
+ source = https://github.com/bamthomas/aioimaplib/archive/0.7.4.tar.gz
+ sha256sums = 434b807896750485217d9d07a9397fdee4699d1948aaca45af58a6fc9e1844d6
pkgname = python-aioimaplib
diff --git a/PKGBUILD b/PKGBUILD
index 5717428d4e1f..5a534e9cd327 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=python-aioimaplib
-pkgver=0.7.2
+pkgver=0.7.4
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=('a213299c763f4d443d0d46dd00902f64eb22eba6f84004e17de7e0d244292945')
+sha256sums=('434b807896750485217d9d07a9397fdee4699d1948aaca45af58a6fc9e1844d6')
package() {
cd "${pkgname#python-}-${pkgver}"