summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34dfc88a39a2..2650982cbd89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-jupyter-http-over-ws
pkgdesc = Jupyter support for HTTP-over-ws
- pkgver = 0.0.6
+ pkgver = 0.0.7
pkgrel = 1
url = https://github.com/googlecolab/jupyter_http_over_ws
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-jupyter-http-over-ws
depends = jupyter-notebook
depends = python-six
depends = python-tornado
- source = https://pypi.org/packages/source/j/jupyter_http_over_ws/jupyter_http_over_ws-0.0.6.tar.gz
- sha256sums = 3c721e2514ef8c3e19c2cb8b0c0ef88f0e08448fd79bc1ef4a809a897c47b02f
+ source = https://pypi.org/packages/source/j/jupyter_http_over_ws/jupyter_http_over_ws-0.0.7.tar.gz
+ sha256sums = fd7e3df2dcc3a456db1d30fb5b148d498f67882837e19f11ad4b953bddef9b1d
pkgname = python-jupyter-http-over-ws
diff --git a/PKGBUILD b/PKGBUILD
index 66685909344b..1340e1b3c622 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@ pkgdesc="Jupyter support for HTTP-over-ws"
url="https://github.com/googlecolab/jupyter_http_over_ws"
license=('Apache')
arch=('any')
-pkgver=0.0.6
+pkgver=0.0.7
pkgrel=1
depends=('jupyter-notebook' 'python-six' 'python-tornado')
makedepends=('python-setuptools')
source=("https://pypi.org/packages/source/${_pypiname:0:1}/$_pypiname/$_pypiname-$pkgver.tar.gz")
-sha256sums=('3c721e2514ef8c3e19c2cb8b0c0ef88f0e08448fd79bc1ef4a809a897c47b02f')
+sha256sums=('fd7e3df2dcc3a456db1d30fb5b148d498f67882837e19f11ad4b953bddef9b1d')
build() {
cd "$srcdir/$_pypiname-$pkgver"