summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2020-11-28 07:33:56 +0100
committerrazer2020-11-28 07:33:56 +0100
commita506773e12401c3eaf39c3c50d9ae9f06da8333a (patch)
tree5407735dd8d411bd5435122251230edf2226395f
parentc152ef70c78061193445a0355907ca1a6d52152e (diff)
downloadaur-a506773e12401c3eaf39c3c50d9ae9f06da8333a.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 348eeea1e533..988cb533224a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-django-channels
pkgdesc = Developer-friendly asynchrony for Django
- pkgver = 2.4.0
- pkgrel = 2
+ pkgver = 3.0.2
+ pkgrel = 0
url = http://github.com/django/channels
arch = any
license = BSD
@@ -10,8 +10,8 @@ pkgbase = python-django-channels
depends = python-django
depends = python-asgiref
depends = python-daphne
- source = https://pypi.io/packages/source/c/channels/channels-2.4.0.tar.gz
- sha256sums = 08e756406d7165cb32f6fc3090c0643f41ca9f7e0f7fada0b31194662f20f414
+ source = https://pypi.io/packages/source/c/channels/channels-3.0.2.tar.gz
+ sha256sums = f50a6e79757a64c1e45e95e144a2ac5f1e99ee44a0718ab182c501f5e5abd268
pkgname = python-django-channels
diff --git a/PKGBUILD b/PKGBUILD
index 4a73cce0e25e..161d0d174ed1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-django-channels
_pypi_pkgname=channels
-pkgver=2.4.0
-pkgrel=2
+pkgver=3.0.2
+pkgrel=0
pkgdesc="Developer-friendly asynchrony for Django"
arch=(any)
url="http://github.com/django/channels"
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
depends=('python' 'python-django' 'python-asgiref' 'python-daphne')
optdepends=()
source=("https://pypi.io/packages/source/c/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-sha256sums=('08e756406d7165cb32f6fc3090c0643f41ca9f7e0f7fada0b31194662f20f414')
+sha256sums=('f50a6e79757a64c1e45e95e144a2ac5f1e99ee44a0718ab182c501f5e5abd268')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"