summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrazer2018-09-15 07:58:15 +0200
committerrazer2018-09-15 07:58:15 +0200
commit7cef0a6a9683410599790cf2d87534444f87c4f4 (patch)
tree3cb39da1bdcd999d5cd955002c08ea2f14ea804d /PKGBUILD
parentd71934d1523def7dfe4f589c2cefb870983a6947 (diff)
downloadaur-7cef0a6a9683410599790cf2d87534444f87c4f4.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 8e40681bdd40..2a70d3e5753f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-django-channels-redis
_pypi_pkgname=channels_redis
-pkgver=2.2.1
+pkgver=2.3.0
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")
-sha256sums=('5c2bde69a205efd448fe012d09d320dbdeb4a37212c0999fc250ea9730a79905')
+sha256sums=('1b89421285dacd462bec884d537d796abf5b1019e9494e5258d54c2cf14840b3')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"