summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsti2d2018-02-21 14:22:33 +0100
committersti2d2018-02-21 14:22:33 +0100
commit6c4d6acd7e70c93ab44509ab78e768e9ab24b3ab (patch)
tree2f93afab22a5b8438b43b39fa19ee304ab6eccbe
parent7c17cdf36be03229aa0ea6f40dcaffcf9c18be53 (diff)
downloadaur-6c4d6acd7e70c93ab44509ab78e768e9ab24b3ab.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e28ee510c4da..f7297dfc188d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-asgiref
pkgdesc = Reference ASGI adapters and channel layers
- pkgver = 2.1.5
+ pkgver = 2.1.6
pkgrel = 0
url = http://github.com/django/asgiref/
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = https://pypi.io/packages/source/a/asgiref/asgiref-2.1.5.tar.gz
- md5sums = 45e1edf2996139828d34edbe70efe1ad
+ source = https://pypi.io/packages/source/a/asgiref/asgiref-2.1.6.tar.gz
+ md5sums = aa640bcb742123dfda6207a6c2f07e6a
pkgname = python-asgiref
diff --git a/PKGBUILD b/PKGBUILD
index c8b9b08935ee..e2e20421b24e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-asgiref
_pypi_pkgname=asgiref
-pkgver=2.1.5
+pkgver=2.1.6
pkgrel=0
pkgdesc="Reference ASGI adapters and channel layers"
arch=(any)
@@ -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=('45e1edf2996139828d34edbe70efe1ad')
+md5sums=('aa640bcb742123dfda6207a6c2f07e6a')
build() {
cd "${srcdir}/asgiref-${pkgver}"