summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2021-12-18 18:55:51 +0100
committerPhilipp A2021-12-18 18:55:51 +0100
commitdb7c7cf3879b1e5baae81275ae0d8b96c15a6a22 (patch)
treefc04261cb1342fa25ae97fec772e47077a830bf2
parent94764d50edcc276eb55d5fd3e9a32a9d8317b445 (diff)
downloadaur-db7c7cf3879b1e5baae81275ae0d8b96c15a6a22.tar.gz
v0.0.10
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80fcd1a46123..221de5c0229c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-asyncore-wsgi
pkgdesc = Asynchronous WSGI and WebSocket server based on asyncore module.
- pkgver = 0.0.9
+ pkgver = 0.0.10
pkgrel = 1
url = https://github.com/romanvm/asyncore-wsgi
arch = any
license = MIT
depends = python
- noextract = asyncore_wsgi-0.0.9-py2.py3-none-any.whl
- source = https://files.pythonhosted.org/packages/py2.py3/a/asyncore-wsgi/asyncore_wsgi-0.0.9-py2.py3-none-any.whl
- sha256sums = de043ee1544ae1a2602ef6f8cde41b7bd9f9b29d459e1c1514fa1c655aa7c841
+ noextract = asyncore_wsgi-0.0.10-py2.py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py2.py3/a/asyncore-wsgi/asyncore_wsgi-0.0.10-py2.py3-none-any.whl
+ sha256sums = 66c7cfcb209c5b0aa8bdfb48d7ebe3ef2dcd2b085c29fde2930073db2220157c
pkgname = python-asyncore-wsgi
-
diff --git a/PKGBUILD b/PKGBUILD
index cdb93f848588..0342e49f7431 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=asyncore-wsgi
pkgname=python-$_name
-pkgver=0.0.9
+pkgver=0.0.10
pkgrel=1
pkgdesc='Asynchronous WSGI and WebSocket server based on asyncore module.'
arch=(any)
@@ -12,7 +12,7 @@ depends=(python)
_pyarch=py2.py3
_wheel="${_name/-/_}-$pkgver-$_pyarch-none-any.whl"
source=("https://files.pythonhosted.org/packages/$_pyarch/${_name::1}/$_name/$_wheel")
-sha256sums=('de043ee1544ae1a2602ef6f8cde41b7bd9f9b29d459e1c1514fa1c655aa7c841')
+sha256sums=('66c7cfcb209c5b0aa8bdfb48d7ebe3ef2dcd2b085c29fde2930073db2220157c')
noextract=("$_wheel")
package() {