summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsti2d2018-05-21 08:01:21 +0200
committersti2d2018-05-21 08:01:21 +0200
commitd71934d1523def7dfe4f589c2cefb870983a6947 (patch)
tree63605a53f1f3b08dde5de469afb557c3a0748497 /PKGBUILD
parent2d8bf8b050f2669403a98739c475fb021f7036ce (diff)
downloadaur-d71934d1523def7dfe4f589c2cefb870983a6947.tar.gz
Version bumb
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15d08e657192..8e40681bdd40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-django-channels-redis
_pypi_pkgname=channels_redis
-pkgver=2.1.1
+pkgver=2.2.1
pkgrel=0
pkgdesc="Redis-backed ASGI channel layer implementation"
arch=(any)
@@ -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")
-md5sums=('aeb4b272f2c157926616cfb8a0e56644')
+sha256sums=('5c2bde69a205efd448fe012d09d320dbdeb4a37212c0999fc250ea9730a79905')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"