summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrepo2020-05-02 20:33:43 +0000
committerrepo2020-05-02 20:33:43 +0000
commit5c0954405b109e3496b4a90156fc05dae45165a7 (patch)
tree240bc0f64580970aa642481e37874e41396692c8
parent396d4af594ad3fa1c546299bbe1998cc612f57b2 (diff)
downloadaur-5c0954405b109e3496b4a90156fc05dae45165a7.tar.gz
Update from repo
See changes at https://gitlab.com/hexchain/repo/commit/bc44b32fd9bb82995de49184976183f73be45260
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7404e248e922..d788a0ed01b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-jupyter-http-over-ws
pkgdesc = Jupyter support for HTTP-over-ws
pkgver = 0.0.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/googlecolab/jupyter_http_over_ws
arch = any
license = Apache
@@ -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.8.tar.gz
- sha256sums = b0aa1e7902d3808a698d4853f6dfe12fd02a0d9cb3851db3bf59703106d44a80
+ source = https://github.com/googlecolab/jupyter_http_over_ws/archive/v0.0.8.tar.gz
+ sha256sums = 12c1ab1fa764637b7e2e4b214c4dd2c9d890f02101cd1e6410bc7ad534d8155f
pkgname = python-jupyter-http-over-ws
diff --git a/PKGBUILD b/PKGBUILD
index fa7751caa87a..74933f43375f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@ url="https://github.com/googlecolab/jupyter_http_over_ws"
license=('Apache')
arch=('any')
pkgver=0.0.8
-pkgrel=1
+pkgrel=2
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=('b0aa1e7902d3808a698d4853f6dfe12fd02a0d9cb3851db3bf59703106d44a80')
+source=("https://github.com/googlecolab/$_pypiname/archive/v$pkgver.tar.gz")
+sha256sums=('12c1ab1fa764637b7e2e4b214c4dd2c9d890f02101cd1e6410bc7ad534d8155f')
build() {
cd "$srcdir/$_pypiname-$pkgver"