summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrazer2019-02-03 07:06:15 +0100
committerrazer2019-02-03 07:06:15 +0100
commit9923000e0fd89aaea856fed764a98a30f824fd40 (patch)
tree9d61b2f50f0a294e77c13078f125852ec96eec87 /PKGBUILD
parent77420c168ad60bdeffe4f7309f7cca04890e0816 (diff)
downloadaur-9923000e0fd89aaea856fed764a98a30f824fd40.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 e9f86d9ebc94..7794091d19ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-django-channels-redis
_pypi_pkgname=channels_redis
-pkgver=2.3.2
+pkgver=2.3.3
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=('c73c13dee428448fa2e0f04216d87651d35aa2e806e5c7e89632c3685756323f')
+sha256sums=('3f84ebce1e20e339c099ac0ea336fdc6a599882eee4f2a01b394d766488c9d45')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"