summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2017-12-06 18:28:16 +0100
committerrazer2017-12-06 18:28:16 +0100
commitdc6a0d6656962fd9297ce967fae43bfe6917d3e8 (patch)
tree617f4ece1946223d5c0fe4730abf836b4a14b304
parent4bc2f54ff2dc59d12fdb950572cab0ee5a57be2b (diff)
downloadaur-dc6a0d6656962fd9297ce967fae43bfe6917d3e8.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 14d255903e68..0d5c54b3d604 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-asgiref
pkgdesc = Reference ASGI adapters and channel layers
- pkgver = 1.1.2
- pkgrel = 2
+ pkgver = 2.0.1
+ pkgrel = 1
url = http://github.com/django/asgiref/
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = https://pypi.io/packages/source/a/asgiref/asgiref-1.1.2.tar.gz
- md5sums = 323b849cb9a73f770ed96f3d5d46e43b
+ source = https://pypi.io/packages/source/a/asgiref/asgiref-2.0.1.tar.gz
+ md5sums = d3cc9ea405098a6e6328c7a723f615ef
pkgname = python-asgiref
diff --git a/PKGBUILD b/PKGBUILD
index f1e11f217672..73b64a411d74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-asgiref
_pypi_pkgname=asgiref
-pkgver=1.1.2
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
pkgdesc="Reference ASGI adapters and channel layers"
arch=(any)
url=" http://github.com/django/asgiref/"
@@ -11,7 +11,7 @@ license=('BSD')
makedepends=('python-setuptools')
depends=('python')
source=("https://pypi.io/packages/source/a/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-md5sums=('323b849cb9a73f770ed96f3d5d46e43b')
+md5sums=('d3cc9ea405098a6e6328c7a723f615ef')
build() {
cd "${srcdir}/asgiref-${pkgver}"