summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn-Gee2020-04-25 13:31:56 -0700
committerJohn-Gee2020-04-25 13:31:56 -0700
commit9cbec69c8281fd37c11311672a2e23f708dd8b61 (patch)
treed2d9d81305f3970605d06dffb7719cd50b558011
parentac0f0ca64b59581c9384ba8c6a2072425ffb9482 (diff)
downloadaur-9cbec69c8281fd37c11311672a2e23f708dd8b61.tar.gz
Updated to 0.11.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c766803412b..6d82d2afe116 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aiocache
pkgdesc = Asyncio cache manager for redis, memcached and memory
- pkgver = 0.10.1
+ pkgver = 0.11.1
pkgrel = 1
url = https://github.com/argaen/aiocache
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-aiocache
depends = python
optdepends = python-aioredis
optdepends = python-ujson
- source = https://github.com/argaen/aiocache/archive/0.10.1.tar.gz
- md5sums = bfefdfe5cd80951578278b9b2a6eb944
+ source = https://github.com/argaen/aiocache/archive/0.11.1.tar.gz
+ md5sums = 3cb8e4b0934a845f7ae4dc9b78c4b560
pkgname = python-aiocache
diff --git a/PKGBUILD b/PKGBUILD
index 4e607b697b50..37967801ccaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: geearf
pkgname=python-aiocache
-pkgver=0.10.1
+pkgver=0.11.1
pkgrel=1
pkgdesc="Asyncio cache manager for redis, memcached and memory"
arch=(any)
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
depends=('python')
optdepends=('python-aioredis' 'python-ujson')
source=("https://github.com/argaen/aiocache/archive/${pkgver}.tar.gz")
-md5sums=('bfefdfe5cd80951578278b9b2a6eb944')
+md5sums=('3cb8e4b0934a845f7ae4dc9b78c4b560')
build() {
cd "${srcdir}/aiocache-${pkgver}"