summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrazer2020-02-21 07:19:51 +0100
committerrazer2020-02-21 07:19:51 +0100
commitfba27a05f7b63447526924a8ecc1cc4d8fab94a5 (patch)
treebecb175e1690d71cc37327b7d94c3d0e14d8244d /PKGBUILD
parentf7a0de9c678d5b492149359db66c448e455836e6 (diff)
downloadaur-fba27a05f7b63447526924a8ecc1cc4d8fab94a5.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f387f39a088..1fc6c6e77470 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-django-channels-redis
_pypi_pkgname=channels_redis
-pkgver=2.4.1
-pkgrel=1
+pkgver=2.4.2
+pkgrel=0
pkgdesc="Redis-backed ASGI channel layer implementation"
arch=(any)
url=" http://github.com/django/channels_redis/"
@@ -11,7 +11,7 @@ license=('BSD')
makedepends=('python-setuptools')
depends=('python' 'python-django-channels' 'python-aioredis' 'python-msgpack' 'python-asgiref' 'python-async-timeout')
source=("https://pypi.io/packages/source/c/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-sha256sums=('ddfa0c067085fdce24fb80d9c0b848638cbdbf0e1167f14eb2e99d635ad216e6')
+sha256sums=('72ab784887a9c519b334487db26aa24287f3d0561901edb52cd14f32017999dd')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"