Date: Friday, May 8, 2020 @ 14:31:57 Author: arojas Revision: 625686 Update to 1.1.3
Modified: jupyterlab_server/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-08 14:29:38 UTC (rev 625685) +++ PKGBUILD 2020-05-08 14:31:57 UTC (rev 625686) @@ -2,8 +2,8 @@ # Contributor: Guillaume Duboc <[email protected]> pkgname=jupyterlab_server -pkgver=1.1.1 -pkgrel=2 +pkgver=1.1.3 +pkgrel=1 pkgdesc="Launch an application built using JupyterLab" arch=(any) url="https://jupyter.org/" @@ -11,7 +11,7 @@ depends=(python-json5 python-requests jupyter-notebook) makedepends=(python-setuptools) source=(https://pypi.io/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('b5921872746b1ca109d1852196ed11e537f8aad67a1933c1d4a8ac63f8e61cca') +sha256sums=('17eac20af10167abebbeca72e7e390b9c19a400b8fffa158b5cfdcac344253d4') build() { cd $pkgname-$pkgver
