summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrepo2020-03-15 12:08:33 +0000
committerrepo2020-03-15 12:08:33 +0000
commit396d4af594ad3fa1c546299bbe1998cc612f57b2 (patch)
treec62849ce961a677562866742b9c853358419ab6e
parenta7e906b36308c808a0ccbad4eb831a33e3161351 (diff)
downloadaur-396d4af594ad3fa1c546299bbe1998cc612f57b2.tar.gz
Update from repo
See changes at https://gitlab.com/hexchain/repo/commit/be25969da7872c876c8ba5601d4444e04180c7e7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2650982cbd89..7404e248e922 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.7
+ pkgver = 0.0.8
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.7.tar.gz
- sha256sums = fd7e3df2dcc3a456db1d30fb5b148d498f67882837e19f11ad4b953bddef9b1d
+ source = https://pypi.org/packages/source/j/jupyter_http_over_ws/jupyter_http_over_ws-0.0.8.tar.gz
+ sha256sums = b0aa1e7902d3808a698d4853f6dfe12fd02a0d9cb3851db3bf59703106d44a80
pkgname = python-jupyter-http-over-ws
diff --git a/PKGBUILD b/PKGBUILD
index 1340e1b3c622..fa7751caa87a 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.7
+pkgver=0.0.8
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=('fd7e3df2dcc3a456db1d30fb5b148d498f67882837e19f11ad4b953bddef9b1d')
+sha256sums=('b0aa1e7902d3808a698d4853f6dfe12fd02a0d9cb3851db3bf59703106d44a80')
build() {
cd "$srcdir/$_pypiname-$pkgver"