summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrazer2022-07-20 07:05:50 +0200
committerrazer2022-07-20 07:05:50 +0200
commit92a3e72090a3461d5d95817e023b9b4e3fbbac84 (patch)
tree12a4df673c92c62cebde2b405ddb2c0f63cf0817 /PKGBUILD
parent832148ad49e3625a86bda32104248d321dbd4f45 (diff)
downloadaur-92a3e72090a3461d5d95817e023b9b4e3fbbac84.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42ad90c46e2d..1e72f9b3a18b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-django-channels-redis
_pypi_pkgname=channels_redis
-pkgver=3.4.0
+pkgver=3.4.1
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=('5dffd4cc16174125bd4043fc8fe7462ca7403cf801d59a9fa7410ed101fa6a57')
+sha256sums=('78e4a2f2b2a744fe5a87848ec36b5ee49f522c6808cefe6c583663d0d531faa8')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"