summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsti2d2018-04-14 06:58:45 +0200
committersti2d2018-04-14 06:58:45 +0200
commit2d372e70409699f5b630672b04b692188beb5901 (patch)
treefa1b17cffbe772b79ec67e9d1fbafcce42bb5c53
parent181f36860a2fb72abc064492452830c7bb8a47dc (diff)
downloadaur-2d372e70409699f5b630672b04b692188beb5901.tar.gz
Version bumb
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c871d7802c86..10e28c412017 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-channels
pkgdesc = Developer-friendly asynchrony for Django
- pkgver = 2.0.2
+ pkgver = 2.1.0
pkgrel = 0
url = http://github.com/django/channels
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-django-channels
depends = python-django
depends = python-asgiref
optdepends = python-daphne
- source = https://pypi.io/packages/source/c/channels/channels-2.0.2.tar.gz
- md5sums = 1917d1f0f79180a7c2d9737e49fced82
+ source = https://pypi.io/packages/source/c/channels/channels-2.1.0.tar.gz
+ md5sums = e7abf9d0e9f66f2f12541bfc629163cb
pkgname = python-django-channels
diff --git a/PKGBUILD b/PKGBUILD
index 029c8f8f305a..41ecb88524a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-django-channels
_pypi_pkgname=channels
-pkgver=2.0.2
+pkgver=2.1.0
pkgrel=0
pkgdesc="Developer-friendly asynchrony for Django"
arch=(any)
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
depends=('python' 'python-django' 'python-asgiref')
optdepends=('python-daphne')
source=("https://pypi.io/packages/source/c/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-md5sums=('1917d1f0f79180a7c2d9737e49fced82')
+md5sums=('e7abf9d0e9f66f2f12541bfc629163cb')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"