mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/jupyterlab to 4.0.12-1
This commit is contained in:
parent
35ccf3299e
commit
44e35dc7b1
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = jupyterlab
|
||||
pkgdesc = JupyterLab computational environment
|
||||
pkgver = 4.0.11
|
||||
pkgver = 4.0.12
|
||||
pkgrel = 1
|
||||
url = https://github.com/jupyterlab/jupyterlab
|
||||
arch = any
|
||||
|
@ -26,7 +26,7 @@ pkgbase = jupyterlab
|
|||
optdepends = jupyter-collaboration: collaborative mode
|
||||
optdepends = jupyterlab-widgets: ipywidgets support
|
||||
optdepends = npm: to install extensions
|
||||
source = https://pypi.io/packages/source/j/jupyterlab/jupyterlab-4.0.11.tar.gz
|
||||
sha256sums = d1aec24712566bc25a36229788242778e498ca4088028e2f9aa156b8b7fdc8fc
|
||||
source = https://pypi.io/packages/source/j/jupyterlab/jupyterlab-4.0.12.tar.gz
|
||||
sha256sums = 965d92efa82a538ed70ccb3968d9aabba788840da882e13d7b061780cdedc3b7
|
||||
|
||||
pkgname = jupyterlab
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=jupyterlab
|
||||
_pipname=jupyterlab
|
||||
pkgver=4.0.11
|
||||
pkgver=4.0.12
|
||||
pkgrel=1
|
||||
pkgdesc='JupyterLab computational environment'
|
||||
arch=(any)
|
||||
|
@ -33,7 +33,7 @@ checkdepends=(npm
|
|||
python-pytest-jupyter
|
||||
python-pytest-tornasync)
|
||||
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
|
||||
sha256sums=('d1aec24712566bc25a36229788242778e498ca4088028e2f9aa156b8b7fdc8fc')
|
||||
sha256sums=('965d92efa82a538ed70ccb3968d9aabba788840da882e13d7b061780cdedc3b7')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue