Date: Saturday, August 24, 2019 @ 21:14:24 Author: arojas Revision: 501568
Update to 1.0.6 Modified: jupyterlab_server/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-24 21:13:12 UTC (rev 501567) +++ PKGBUILD 2019-08-24 21:14:24 UTC (rev 501568) @@ -2,8 +2,8 @@ # Contributor: Guillaume Duboc <[email protected]> pkgname=jupyterlab_server -pkgver=1.0.0 -pkgrel=2 +pkgver=1.0.6 +pkgrel=1 pkgdesc="Launch an application built using JupyterLab" arch=(any) url="https://jupyter.org/" @@ -11,7 +11,7 @@ depends=(python-json5 jupyter-notebook) makedepends=(python-setuptools) source=(https://pypi.io/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('a77e63ee8f93f77d03b5bcb9955ad0b4edda1e5c49d0b11fae6cc66cc1f41a1a') +sha256sums=('d0977527bfce6f47c782cb6bf79d2c949ebe3f22ac695fa000b730c671445dad') build() { cd $pkgname-$pkgver
