summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2023-08-25 07:47:28 +0100
committerrazer2023-08-25 07:47:28 +0100
commita1d51eb18e6b10302bd240f75206d1653d8976d3 (patch)
tree52c6ec238f3261065f1f5018bd24cd024bf0832a
parentec0090601e618cb447c1f32b328dc06d334858b7 (diff)
downloadaur-a1d51eb18e6b10302bd240f75206d1653d8976d3.tar.gz
Fix deps
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d5dff0b6583..51a3b7dca96a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = python-django-channels-redis
pkgdesc = Redis-backed ASGI channel layer implementation
pkgver = 4.1.0
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/django/channels_redis/
arch = any
license = BSD
makedepends = python-setuptools
depends = python
depends = python-django-channels
- depends = python-aioredis1
+ depends = python-redis
depends = python-msgpack
depends = python-asgiref
- depends = python-async-timeout
+ optdepends = python-cryptography
source = https://pypi.io/packages/source/c/channels_redis/channels_redis-4.1.0.tar.gz
sha256sums = 6bd4f75f4ab4a7db17cee495593ace886d7e914c66f8214a1f247ff6659c073a
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')