summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2017-07-27 12:50:47 +1000
committerRhinoceros2017-07-27 12:50:47 +1000
commitf2e5d868f388762c4e0d48c2d48f47ae27aa0030 (patch)
tree9d36dbb7ec5f8126fd3a47d755ad3b1d1133a091
parentf394ac82b9823deb25a01994444f66c9ff55a057 (diff)
downloadaur-f2e5d868f388762c4e0d48c2d48f47ae27aa0030.tar.gz
Update to 0.7.9-1
* Upstream changelog: "[release] 0.7.9 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 89fd1dad7b5b..4aabb3641342 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Jul 14 01:07:27 UTC 2017
+# Thu Jul 27 02:50:40 UTC 2017
pkgbase = python-aioimaplib
pkgdesc = Python asyncio IMAP4rev1 client library
- pkgver = 0.7.8
+ pkgver = 0.7.9
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.8.tar.gz
- sha256sums = 52e021ff32b38b36443a92b23e7b751573618b024845b99935b29aa486c6dbf5
+ source = https://github.com/bamthomas/aioimaplib/archive/0.7.9.tar.gz
+ sha256sums = 367e25b59440dd3b44960ac41b1acddac5ef2e505e8cf27276919249a762046e
pkgname = python-aioimaplib
diff --git a/PKGBUILD b/PKGBUILD
index 66b7802abc04..215820342723 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=python-aioimaplib
-pkgver=0.7.8
+pkgver=0.7.9
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=('52e021ff32b38b36443a92b23e7b751573618b024845b99935b29aa486c6dbf5')
+sha256sums=('367e25b59440dd3b44960ac41b1acddac5ef2e505e8cf27276919249a762046e')
package() {
cd "${pkgname#python-}-${pkgver}"