From 454b988e0c3deccae93805273cde86af7ed23f86 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 9 Apr 2023 20:02:54 +0000 Subject: [PATCH] community/jupyterlab to 3.6.3-3 --- community/jupyterlab/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/jupyterlab/PKGBUILD b/community/jupyterlab/PKGBUILD index 2986727e6..51eb9abfd 100644 --- a/community/jupyterlab/PKGBUILD +++ b/community/jupyterlab/PKGBUILD @@ -6,14 +6,14 @@ pkgname=jupyterlab _pipname=jupyterlab pkgver=3.6.3 -pkgrel=1 +pkgrel=3 pkgdesc='JupyterLab computational environment' arch=(any) url='https://github.com/jupyterlab/jupyterlab' license=(custom) makedepends=(python-build python-installer python-pre-commit) depends=(python-jupyterlab_server python-jupyter_packaging jupyter-notebook-shim nodejs) -optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support') +optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support' 'jupyter-server-ydoc: for collaborative mode') checkdepends=(python-pytest-tornasync python-pytest-jupyter npm) source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz no-nbclassic.patch)