summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2023-04-15 07:22:49 +0200
committerrazer2023-04-15 07:22:49 +0200
commit7240ed6d61895572d561934942139cfb38da4a3e (patch)
tree2ee2749a2e05ec767f6612673aaf5227ea98a3c2
parent971988e327f7c62b0258be0be5e4ed34ebefdb03 (diff)
downloadaur-7240ed6d61895572d561934942139cfb38da4a3e.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fed362cb54ba..dd9af9372f68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-channels-redis
pkgdesc = Redis-backed ASGI channel layer implementation
- pkgver = 4.0.0
+ pkgver = 4.1.0
pkgrel = 0
url = http://github.com/django/channels_redis/
arch = any
@@ -12,7 +12,7 @@ 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-4.0.0.tar.gz
- sha256sums = 122414f29f525f7b9e0c9d59cdcfc4dc1b0eecba16fbb6a1c23f1d9b58f49dcb
+ source = https://pypi.io/packages/source/c/channels_redis/channels_redis-4.1.0.tar.gz
+ sha256sums = 6bd4f75f4ab4a7db17cee495593ace886d7e914c66f8214a1f247ff6659c073a
pkgname = python-django-channels-redis
diff --git a/PKGBUILD b/PKGBUILD
index 632fa589640f..4ff28c72bfac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-django-channels-redis
_pypi_pkgname=channels_redis
-pkgver=4.0.0
+pkgver=4.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-aioredis1' 'python-msgpack' 'python-asgiref' 'python-async-timeout')
source=("https://pypi.io/packages/source/c/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-sha256sums=('122414f29f525f7b9e0c9d59cdcfc4dc1b0eecba16fbb6a1c23f1d9b58f49dcb')
+sha256sums=('6bd4f75f4ab4a7db17cee495593ace886d7e914c66f8214a1f247ff6659c073a')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"