summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrazer2024-01-17 08:17:07 +0100
committerrazer2024-01-17 08:17:07 +0100
commit76b2e6c764c5a2492232264dc15011b15492e3a1 (patch)
treedc76045203e00c1c0b9c00650a40c54c3440beeb /PKGBUILD
parentec0090601e618cb447c1f32b328dc06d334858b7 (diff)
downloadaur-76b2e6c764c5a2492232264dc15011b15492e3a1.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 109edbdc43f8..681278475950 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-django-channels-redis
_pypi_pkgname=channels_redis
-pkgver=4.1.0
-pkgrel=1
+pkgver=4.2.0
+pkgrel=0
pkgdesc="Redis-backed ASGI channel layer implementation"
arch=(any)
url=" http://github.com/django/channels_redis/"
@@ -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=('6bd4f75f4ab4a7db17cee495593ace886d7e914c66f8214a1f247ff6659c073a')
+sha256sums=('01c26c4d5d3a203f104bba9e5585c0305a70df390d21792386586068162027fd')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"