summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2017-08-24 08:07:06 +0200
committerrazer2017-08-24 08:07:06 +0200
commit303ce90245da106c9b956a8a2ad2f6a684b67ff5 (patch)
tree15ef3af2ef37525dfef85f672ec10b796af835ae
parentd59ab20674fcd34faef9cd06bb4e465ed2735955 (diff)
downloadaur-303ce90245da106c9b956a8a2ad2f6a684b67ff5.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 7bab5206ba9d..c9a917dbb215 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-asgi-ipc
pkgdesc = Posix IPC-backed ASGI channel layer implementation
- pkgver = 1.4.0
- pkgrel = 2
+ pkgver = 1.4.1
+ pkgrel = 1
url = https://pypi.python.org/pypi/asgi_ipc
arch = any
license = BSD
@@ -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.0.tar.gz
- md5sums = bdefbc5eaa661d775116868555c74033
+ source = https://pypi.io/packages/source/a/asgi_ipc/asgi_ipc-1.4.1.tar.gz
+ md5sums = e38a22bcbcdba56b2effa121c96a73f5
pkgname = python-asgi-ipc
diff --git a/PKGBUILD b/PKGBUILD
index 169cef919f8c..3686b527f53b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-asgi-ipc
_pypi_pkgname=asgi_ipc
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
pkgdesc="Posix IPC-backed ASGI channel layer implementation"
arch=(any)
url=" https://pypi.python.org/pypi/asgi_ipc"
@@ -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=('bdefbc5eaa661d775116868555c74033')
+md5sums=('e38a22bcbcdba56b2effa121c96a73f5')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"