summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ef3a0cf1f4e..799cd0814e9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-django-channels-redis
pkgdesc = Redis-backed ASGI channel layer implementation
pkgver = 3.2.0
- pkgrel = 0
+ pkgrel = 1
url = http://github.com/django/channels_redis/
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 83b66ff6b09b..29f3151161a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-django-channels-redis
_pypi_pkgname=channels_redis
pkgver=3.2.0
-pkgrel=0
+pkgrel=1
pkgdesc="Redis-backed ASGI channel layer implementation"
arch=(any)
url=" http://github.com/django/channels_redis/"