summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsti2d2018-03-28 13:56:31 +0200
committersti2d2018-03-28 13:56:31 +0200
commit3cb21558fe40880f55267e0a6d0777396d12b503 (patch)
treeaf0d9644c337ab70bcec6c6b02dcb0eff873145f
parent6c4d6acd7e70c93ab44509ab78e768e9ab24b3ab (diff)
downloadaur-3cb21558fe40880f55267e0a6d0777396d12b503.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 f7297dfc188d..3feab61ed55e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-asgiref
pkgdesc = Reference ASGI adapters and channel layers
- pkgver = 2.1.6
+ pkgver = 2.2.0
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.6.tar.gz
- md5sums = aa640bcb742123dfda6207a6c2f07e6a
+ source = https://pypi.io/packages/source/a/asgiref/asgiref-2.2.0.tar.gz
+ md5sums = a92a1fea8242af0bde8773707a49bd09
pkgname = python-asgiref
diff --git a/PKGBUILD b/PKGBUILD
index e2e20421b24e..d146110c00b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-asgiref
_pypi_pkgname=asgiref
-pkgver=2.1.6
+pkgver=2.2.0
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=('aa640bcb742123dfda6207a6c2f07e6a')
+md5sums=('a92a1fea8242af0bde8773707a49bd09')
build() {
cd "${srcdir}/asgiref-${pkgver}"