extra/jupyterlab to 4.2.5-1

This commit is contained in:
Kevin Mihelich 2024-08-27 18:50:15 +00:00
parent 9668cf9c01
commit b1739ed2fb
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = jupyterlab pkgbase = jupyterlab
pkgdesc = JupyterLab computational environment pkgdesc = JupyterLab computational environment
pkgver = 4.2.4 pkgver = 4.2.5
pkgrel = 1 pkgrel = 1
url = https://github.com/jupyterlab/jupyterlab url = https://github.com/jupyterlab/jupyterlab
arch = any arch = any
@ -29,7 +29,7 @@ pkgbase = jupyterlab
optdepends = jupyterlab-lsp: LSP extension optdepends = jupyterlab-lsp: LSP extension
optdepends = jupyterlab-widgets: ipywidgets support optdepends = jupyterlab-widgets: ipywidgets support
optdepends = npm: to install extensions optdepends = npm: to install extensions
source = git+https://github.com/jupyterlab/jupyterlab#tag=v4.2.4 source = git+https://github.com/jupyterlab/jupyterlab#tag=v4.2.5
sha256sums = 2248ce70fac96cd43c284f47059a038f92e22a729cafeda8b64d13fca6863f97 sha256sums = 35b51544ae7e0a73973b904a3ab4cd085711db52e5906fd619f1843be0a1c951
pkgname = jupyterlab pkgname = jupyterlab

View file

@ -6,7 +6,7 @@
pkgname=jupyterlab pkgname=jupyterlab
_pipname=jupyterlab _pipname=jupyterlab
pkgver=4.2.4 pkgver=4.2.5
pkgrel=1 pkgrel=1
pkgdesc='JupyterLab computational environment' pkgdesc='JupyterLab computational environment'
arch=(any) arch=(any)
@ -37,7 +37,7 @@ checkdepends=(python-jupyter-server-terminals
python-pytest-jupyter python-pytest-jupyter
python-pytest-tornasync) python-pytest-tornasync)
source=(git+https://github.com/jupyterlab/jupyterlab#tag=v$pkgver) source=(git+https://github.com/jupyterlab/jupyterlab#tag=v$pkgver)
sha256sums=('2248ce70fac96cd43c284f47059a038f92e22a729cafeda8b64d13fca6863f97') sha256sums=('35b51544ae7e0a73973b904a3ab4cd085711db52e5906fd619f1843be0a1c951')
build() { build() {
cd $pkgname cd $pkgname