mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/jupyterlab to 1.2.6-1
This commit is contained in:
parent
f3490f580c
commit
be0eae9e4c
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
pkgname=jupyterlab
|
pkgname=jupyterlab
|
||||||
_pipname=jupyterlab
|
_pipname=jupyterlab
|
||||||
pkgver=1.2.5
|
pkgver=1.2.6
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="JupyterLab computational environment"
|
pkgdesc="JupyterLab computational environment"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
|
@ -15,7 +15,7 @@ makedepends=(python-setuptools)
|
||||||
depends=(jupyterlab_server nodejs)
|
depends=(jupyterlab_server nodejs)
|
||||||
optdepends=('npm: to install extensions')
|
optdepends=('npm: to install extensions')
|
||||||
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
|
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
|
||||||
sha256sums=('e3ce52a44725fc3c2bd346030fac7db508c82f1df7deb33be35260ddeea0df20')
|
sha256sums=('42134b13fb0c410a9f55e8492a31ba5a1a346430a22690a512b8307764b68355')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue