From ad6f88999bdd0457f4e7b6ae798127d6f44fecbe Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 23 Feb 2021 14:58:49 +0000 Subject: [PATCH] community/jupyterlab to 3.0.9-2 --- community/jupyterlab/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/community/jupyterlab/PKGBUILD b/community/jupyterlab/PKGBUILD index 8ac8bbfe2..21238d7b9 100644 --- a/community/jupyterlab/PKGBUILD +++ b/community/jupyterlab/PKGBUILD @@ -5,17 +5,17 @@ pkgname=jupyterlab _pipname=jupyterlab -pkgver=3.0.8 -pkgrel=1 +pkgver=3.0.9 +pkgrel=2 pkgdesc="JupyterLab computational environment" arch=(any) url="https://github.com/jupyterlab/jupyterlab" license=(custom) -makedepends=(python-setuptools python-jupyter_packaging) -depends=(python-jupyterlab_server jupyter-nbclassic nodejs) +makedepends=(python-setuptools) +depends=(python-jupyterlab_server python-jupyter_packaging jupyter-nbclassic nodejs) optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support') source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz) -sha256sums=('e2250dec8042bb824d9dd5381f38b2b34eff7f93bed693bd486b252abafddcbe') +sha256sums=('70aa808a1adc06e35701500a0b1cd2f472ad55b8d890153cb8bdfbd30b279646') build() { cd $pkgname-$pkgver