mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/jupyterlab to 3.2.6-1
This commit is contained in:
parent
33613d9157
commit
5478544998
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
|||
|
||||
pkgname=jupyterlab
|
||||
_pipname=jupyterlab
|
||||
pkgver=3.2.5
|
||||
pkgrel=2
|
||||
pkgver=3.2.6
|
||||
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=('31b28f473b0f5826d2020583973c385526f0559b5b26efac6b8035ac1562874a')
|
||||
sha256sums=('04e763974010f0f424ee889238fa488ee11708d0546e6df6e2cad9e0fc724bdb')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue