summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrazer2021-08-26 07:06:08 +0200
committerrazer2021-08-26 07:06:08 +0200
commitb103bc6ab5fc9e827f4c7a3d6011c8b2b2295797 (patch)
tree8858b988eda1b5c9da5a1a13ba6f6a7f1219dd3e /PKGBUILD
parent4022afa22cc1f6bde6331307ddb75776952981a3 (diff)
downloadaur-b103bc6ab5fc9e827f4c7a3d6011c8b2b2295797.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 29f3151161a8..2d80a2bb070a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-django-channels-redis
_pypi_pkgname=channels_redis
-pkgver=3.2.0
-pkgrel=1
+pkgver=3.3.0
+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=('2fb31a63b05373f6402da2e6a91a22b9e66eb8b56626c6bfc93e156c734c5ae6')
+sha256sums=('0a18ce279c15ba79b7985bb12b2d6dd0ac8a14e4ad6952681f4422a4cc4a5ea9')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"