summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrepo2020-03-03 21:51:45 +0000
committerrepo2020-03-03 21:51:45 +0000
commita7e906b36308c808a0ccbad4eb831a33e3161351 (patch)
treedc6a846244ed0d2d030d540a96d73745b6c1d570
parent70920e33a50db0b83cdde496eb7f486bec92c932 (diff)
downloadaur-a7e906b36308c808a0ccbad4eb831a33e3161351.tar.gz
Update from repo
See changes at https://gitlab.com/hexchain/repo/commit/b36bd446767e897d9d328d72b1556dcc7988238c
-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"