summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2017-12-06 18:22:42 +0100
committerrazer2017-12-06 18:22:42 +0100
commit8429bb33a0f45a147ca3cef33604ad0be7b817b2 (patch)
tree6b456965cda92324bf46b038540a9732cedc39e5
parent303ce90245da106c9b956a8a2ad2f6a684b67ff5 (diff)
downloadaur-8429bb33a0f45a147ca3cef33604ad0be7b817b2.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 c9a917dbb215..601417b955ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-asgi-ipc
pkgdesc = Posix IPC-backed ASGI channel layer implementation
- pkgver = 1.4.1
+ pkgver = 1.4.2
pkgrel = 1
url = https://pypi.python.org/pypi/asgi_ipc
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-asgi-ipc
depends = python-msgpack
depends = python-posix_ipc
depends = python-asgiref
- source = https://pypi.io/packages/source/a/asgi_ipc/asgi_ipc-1.4.1.tar.gz
- md5sums = e38a22bcbcdba56b2effa121c96a73f5
+ source = https://pypi.io/packages/source/a/asgi_ipc/asgi_ipc-1.4.2.tar.gz
+ md5sums = b0cb6e35867600acfb4e46405dfa0678
pkgname = python-asgi-ipc
diff --git a/PKGBUILD b/PKGBUILD
index 3686b527f53b..cc93d0d0f41b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-asgi-ipc
_pypi_pkgname=asgi_ipc
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=1
pkgdesc="Posix IPC-backed ASGI channel layer implementation"
arch=(any)
@@ -11,7 +11,7 @@ license=('BSD')
makedepends=('python-setuptools')
depends=('python' 'python-msgpack' 'python-posix_ipc' 'python-asgiref')
source=("https://pypi.io/packages/source/a/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-md5sums=('e38a22bcbcdba56b2effa121c96a73f5')
+md5sums=('b0cb6e35867600acfb4e46405dfa0678')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"