mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/jupyterlab to 2.0.1-1
This commit is contained in:
parent
812f5ff403
commit
e0303ab4d7
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=jupyterlab
|
||||
_pipname=jupyterlab
|
||||
pkgver=2.0.0
|
||||
pkgver=2.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="JupyterLab computational environment"
|
||||
arch=(any)
|
||||
|
@ -15,7 +15,7 @@ makedepends=(python-setuptools)
|
|||
depends=(jupyterlab_server nodejs)
|
||||
optdepends=('npm: to install extensions')
|
||||
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
|
||||
sha256sums=('ab681f97de206c3699485e7538ecf5c3a2f0b617b359e9dd0001b408e3cde89e')
|
||||
sha256sums=('5d1a833a9e49e6d90d68191917cb16a97ff4ec668c26c85d33ebce629df14141')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue