summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2017-09-06 08:32:31 +1000
committerRhinoceros2017-09-06 08:32:31 +1000
commit7b95601aff130c3a231e89bff01281aa5da83355 (patch)
tree786de3f223b1f44a1ce795cbed6cd2c60c8ddae3
parent0d8c9538c05bb37f55da5e3719776829222b2911 (diff)
downloadaur-7b95601aff130c3a231e89bff01281aa5da83355.tar.gz
Update to 0.7.12-1
Updstream changelog: [release] 0.7.12 cf CHANGES.rst
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e63e45ba100..0bb89540abd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=python-aioimaplib
-pkgver=0.7.11
+pkgver=0.7.12
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=('efad743ac6682ba526df86d1730f500f7edc3646f1d6e884bb83a2636c04c477')
+sha256sums=('e94ca5cded540ddeedaa2344183a42fad04552c8b408ec5813bb27ecd8d5d037')
package() {
cd "${pkgname#python-}-${pkgver}"