summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrazer2021-12-14 13:54:43 +0100
committerrazer2021-12-14 13:54:43 +0100
commit106de3835f6bc78245990a1fcde8d7792ae311cc (patch)
treeefe7312f9c674aa7d7b697587c4f480acbf868f0 /PKGBUILD
parentfef851f692343af7daede15e7831a178d7c2b809 (diff)
downloadaur-106de3835f6bc78245990a1fcde8d7792ae311cc.tar.gz
Force reinstall for python 3.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ff39d9fc99f..32641c6535c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-django-channels-redis
_pypi_pkgname=channels_redis
pkgver=3.3.1
-pkgrel=0
+pkgrel=1
pkgdesc="Redis-backed ASGI channel layer implementation"
arch=(any)
url=" http://github.com/django/channels_redis/"