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