From 75d0485ae3dc2869224e7f5a7134939ebc7fb80e Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 29 Feb 2020 00:34:03 +0000 Subject: [PATCH] community/jupyterlab to 2.0.0-1 --- community/jupyterlab/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/jupyterlab/PKGBUILD b/community/jupyterlab/PKGBUILD index f9e1dc94d..aa919b634 100644 --- a/community/jupyterlab/PKGBUILD +++ b/community/jupyterlab/PKGBUILD @@ -5,7 +5,7 @@ pkgname=jupyterlab _pipname=jupyterlab -pkgver=1.2.6 +pkgver=2.0.0 pkgrel=1 pkgdesc="JupyterLab computational environment" arch=(any) @@ -15,7 +15,7 @@ makedepends=(python-setuptools) depends=(jupyterlab_server nodejs) optdepends=('npm: to install extensions') source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz) -sha256sums=('42134b13fb0c410a9f55e8492a31ba5a1a346430a22690a512b8307764b68355') +sha256sums=('ab681f97de206c3699485e7538ecf5c3a2f0b617b359e9dd0001b408e3cde89e') build() { cd $pkgname-$pkgver