mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/jupyterlab to 4.1.3-1
This commit is contained in:
parent
95e8ee9e98
commit
9ce36c5e04
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = jupyterlab
|
||||
pkgdesc = JupyterLab computational environment
|
||||
pkgver = 4.1.2
|
||||
pkgver = 4.1.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/jupyterlab/jupyterlab
|
||||
arch = any
|
||||
|
@ -27,7 +27,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.1.2.tar.gz
|
||||
sha256sums = 5d6348b3ed4085181499f621b7dfb6eb0b1f57f3586857aadfc8e3bf4c4885f9
|
||||
source = https://pypi.io/packages/source/j/jupyterlab/jupyterlab-4.1.3.tar.gz
|
||||
sha256sums = b85bd8766f995d23461e1f68a0cbc688d23e0af2b6f42a7768fc7b1826b2ec39
|
||||
|
||||
pkgname = jupyterlab
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=jupyterlab
|
||||
_pipname=jupyterlab
|
||||
pkgver=4.1.2
|
||||
pkgver=4.1.3
|
||||
pkgrel=1
|
||||
pkgdesc='JupyterLab computational environment'
|
||||
arch=(any)
|
||||
|
@ -34,7 +34,7 @@ checkdepends=(npm
|
|||
python-pytest-jupyter
|
||||
python-pytest-tornasync)
|
||||
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
|
||||
sha256sums=('5d6348b3ed4085181499f621b7dfb6eb0b1f57f3586857aadfc8e3bf4c4885f9')
|
||||
sha256sums=('b85bd8766f995d23461e1f68a0cbc688d23e0af2b6f42a7768fc7b1826b2ec39')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue