summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsti2d2018-04-14 06:56:39 +0200
committersti2d2018-04-14 06:56:39 +0200
commit1d9e65240d67744930b8de5ad1bc03d04c57f821 (patch)
treef859213959bb0181a6060e6b3c6c6fceaabfaacd
parent3cb21558fe40880f55267e0a6d0777396d12b503 (diff)
downloadaur-1d9e65240d67744930b8de5ad1bc03d04c57f821.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 3feab61ed55e..2fad4f81fba7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-asgiref
pkgdesc = Reference ASGI adapters and channel layers
- pkgver = 2.2.0
+ pkgver = 2.3.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.2.0.tar.gz
- md5sums = a92a1fea8242af0bde8773707a49bd09
+ source = https://pypi.io/packages/source/a/asgiref/asgiref-2.3.0.tar.gz
+ md5sums = 45233198d645be2bf2e9fa11517603f0
pkgname = python-asgiref
diff --git a/PKGBUILD b/PKGBUILD
index d146110c00b9..2a240ddc8ac1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-asgiref
_pypi_pkgname=asgiref
-pkgver=2.2.0
+pkgver=2.3.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=('a92a1fea8242af0bde8773707a49bd09')
+md5sums=('45233198d645be2bf2e9fa11517603f0')
build() {
cd "${srcdir}/asgiref-${pkgver}"