summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrazer2023-08-25 07:47:28 +0100
committerrazer2023-08-25 07:47:28 +0100
commita1d51eb18e6b10302bd240f75206d1653d8976d3 (patch)
tree52c6ec238f3261065f1f5018bd24cd024bf0832a /PKGBUILD
parentec0090601e618cb447c1f32b328dc06d334858b7 (diff)
downloadaur-a1d51eb18e6b10302bd240f75206d1653d8976d3.tar.gz
Fix deps
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')