summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2024-01-17 08:21:14 +0100
committerrazer2024-01-17 08:21:14 +0100
commit21a21c13896f622c2d2413aabe018d9129d51b42 (patch)
treeb86c1ecaca7b9479a76afb351d4285e6d001e180
parent3f072a106363593b624c6d45b7d465e82913c24e (diff)
downloadaur-python-django-channels-redis.tar.gz
version bump
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD5
2 files changed, 18 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e69de29bb2d1..4e85cd8e61be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -0,0 +1,18 @@
+pkgbase = python-django-channels-redis
+ pkgdesc = Redis-backed ASGI channel layer implementation
+ pkgver = 4.2.0
+ pkgrel = 0
+ url = http://github.com/django/channels_redis/
+ arch = any
+ license = BSD
+ makedepends = python-setuptools
+ depends = python
+ depends = python-django-channels
+ depends = python-redis
+ depends = python-msgpack
+ depends = python-asgiref
+ optdepends = python-cryptography
+ source = https://pypi.io/packages/source/c/channels_redis/channels_redis-4.2.0.tar.gz
+ sha256sums = 01c26c4d5d3a203f104bba9e5585c0305a70df390d21792386586068162027fd
+
+pkgname = python-django-channels-redis
diff --git a/PKGBUILD b/PKGBUILD
index 8e2dd03f2a68..3f586fda320f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,8 @@
pkgname=python-django-channels-redis
_pypi_pkgname=channels_redis
-<<<<<<< HEAD
pkgver=4.2.0
pkgrel=0
-=======
-pkgver=4.1.0
-pkgrel=2
->>>>>>> a1d51eb18e6b10302bd240f75206d1653d8976d3
pkgdesc="Redis-backed ASGI channel layer implementation"
arch=(any)
url=" http://github.com/django/channels_redis/"