summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b7544dfc1c0..62f9b5a2c121 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-channels-redis
pkgdesc = Redis-backed ASGI channel layer implementation
- pkgver = 2.4.2
+ pkgver = 3.1.0
pkgrel = 0
url = http://github.com/django/channels_redis/
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-django-channels-redis
depends = python-msgpack
depends = python-asgiref
depends = python-async-timeout
- source = https://pypi.io/packages/source/c/channels_redis/channels_redis-2.4.2.tar.gz
- sha256sums = 72ab784887a9c519b334487db26aa24287f3d0561901edb52cd14f32017999dd
+ source = https://pypi.io/packages/source/c/channels_redis/channels_redis-3.1.0.tar.gz
+ sha256sums = 3ce9832b64a2d7f950dd11e4f0dca784de7cbee99e95a3c345a1460c8878b682
pkgname = python-django-channels-redis
diff --git a/PKGBUILD b/PKGBUILD
index 1fc6c6e77470..da47f4b75e4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-django-channels-redis
_pypi_pkgname=channels_redis
-pkgver=2.4.2
+pkgver=3.1.0
pkgrel=0
pkgdesc="Redis-backed ASGI channel layer implementation"
arch=(any)
@@ -11,7 +11,7 @@ license=('BSD')
makedepends=('python-setuptools')
depends=('python' 'python-django-channels' 'python-aioredis' 'python-msgpack' 'python-asgiref' 'python-async-timeout')
source=("https://pypi.io/packages/source/c/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-sha256sums=('72ab784887a9c519b334487db26aa24287f3d0561901edb52cd14f32017999dd')
+sha256sums=('3ce9832b64a2d7f950dd11e4f0dca784de7cbee99e95a3c345a1460c8878b682')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"