summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2019-05-04 09:01:56 +0200
committerrazer2019-05-04 09:01:56 +0200
commitf9faecec95519857760402bbf0c4aa3c95bae2a2 (patch)
treee3017488c522770bbc17bc89e2677897fee1ae2a
parentc95e3d827957be189665ed46eba4f8ace0348f70 (diff)
downloadaur-f9faecec95519857760402bbf0c4aa3c95bae2a2.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 e3b86a84aaf2..639780ba03ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-asgiref
pkgdesc = Reference ASGI adapters and channel layers
- pkgver = 3.0.0
+ pkgver = 3.1.2
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-3.0.0.tar.gz
- sha256sums = bd5a17ca8742dd131b64b7cb67c79daec290d3feb46c9084a3a94cfbe5d62089
+ source = https://pypi.io/packages/source/a/asgiref/asgiref-3.1.2.tar.gz
+ sha256sums = 60c783a7994246b2e710aa2f0a2f7fcfacf156cffc7b50f7074bfd97c9046db3
pkgname = python-asgiref
diff --git a/PKGBUILD b/PKGBUILD
index 3e2cfa07b750..240e8f42abac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-asgiref
_pypi_pkgname=asgiref
-pkgver=3.0.0
+pkgver=3.1.2
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")
-sha256sums=('bd5a17ca8742dd131b64b7cb67c79daec290d3feb46c9084a3a94cfbe5d62089')
+sha256sums=('60c783a7994246b2e710aa2f0a2f7fcfacf156cffc7b50f7074bfd97c9046db3')
build() {
cd "${srcdir}/asgiref-${pkgver}"