mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/jupyterlab to 3.0.12-1
This commit is contained in:
parent
b57a42b21b
commit
824c89bd07
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=jupyterlab
|
||||
_pipname=jupyterlab
|
||||
pkgver=3.0.11
|
||||
pkgver=3.0.12
|
||||
pkgrel=1
|
||||
pkgdesc="JupyterLab computational environment"
|
||||
arch=(any)
|
||||
|
@ -15,7 +15,7 @@ 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=('ce4cf4f31163ce51aed013c01a857c05d43a93c46ed690166e48644f6e7947de')
|
||||
sha256sums=('929c60d7fb4aa704084c02d8ededc209b8b378e0b3adab46158b7fa6acc24230')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue