summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsti2d2018-03-28 14:00:51 +0200
committersti2d2018-03-28 14:00:51 +0200
commit2d8bf8b050f2669403a98739c475fb021f7036ce (patch)
tree8152c0e6b83e954e2510385a33fe4badce8e2239 /PKGBUILD
parente78ee3c2d49e94506b011f76098b74669e0aa336 (diff)
downloadaur-2d8bf8b050f2669403a98739c475fb021f7036ce.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e737a9fa810..15d08e657192 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-django-channels-redis
_pypi_pkgname=channels_redis
-pkgver=2.0.3
+pkgver=2.1.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=('1c7556da9f30a2adb60d46ef723cc327')
+md5sums=('aeb4b272f2c157926616cfb8a0e56644')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"