summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsti2d2018-02-18 08:19:47 +0100
committersti2d2018-02-18 08:19:47 +0100
commit7c17cdf36be03229aa0ea6f40dcaffcf9c18be53 (patch)
tree4ffda652f5ea506f22dd3fb8f6dc06d7fafa18ae
parent375b149663b9ff2bbc6a117010716ba5a10ce35e (diff)
downloadaur-7c17cdf36be03229aa0ea6f40dcaffcf9c18be53.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..e28ee510c4da 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.1.5
+ 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-1.1.2.tar.gz
- md5sums = 323b849cb9a73f770ed96f3d5d46e43b
+ source = https://pypi.io/packages/source/a/asgiref/asgiref-2.1.5.tar.gz
+ md5sums = 45e1edf2996139828d34edbe70efe1ad
pkgname = python-asgiref
diff --git a/PKGBUILD b/PKGBUILD
index f1e11f217672..c8b9b08935ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-asgiref
_pypi_pkgname=asgiref
-pkgver=1.1.2
-pkgrel=2
+pkgver=2.1.5
+pkgrel=0
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=('45e1edf2996139828d34edbe70efe1ad')
build() {
cd "${srcdir}/asgiref-${pkgver}"