summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 109edbdc43f8..623cd5318c56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=python-django-channels-redis
_pypi_pkgname=channels_redis
pkgver=4.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Redis-backed ASGI channel layer implementation"
arch=(any)
url=" http://github.com/django/channels_redis/"
license=('BSD')
makedepends=('python-setuptools')
-depends=('python' 'python-django-channels' 'python-aioredis1' 'python-msgpack' 'python-asgiref' 'python-async-timeout')
+depends=('python' 'python-django-channels' 'python-redis' 'python-msgpack' 'python-asgiref')
+optdepends=('python-cryptography')
source=("https://pypi.io/packages/source/c/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
sha256sums=('6bd4f75f4ab4a7db17cee495593ace886d7e914c66f8214a1f247ff6659c073a')