community/jupyterlab to 2.0.2-1

This commit is contained in:
Kevin Mihelich 2020-04-07 00:13:31 +00:00
parent dba927c7c4
commit 53c392bbd2

View file

@ -5,8 +5,8 @@
pkgname=jupyterlab
_pipname=jupyterlab
pkgver=2.0.1
pkgrel=2
pkgver=2.0.2
pkgrel=1
pkgdesc="JupyterLab computational environment"
arch=(any)
url="https://github.com/jupyterlab/jupyterlab"
@ -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=('5d1a833a9e49e6d90d68191917cb16a97ff4ec668c26c85d33ebce629df14141')
sha256sums=('73a1bbbd5f0edc73503f5e2566905eef37ee305beaa8bc597b46cd3e869dd684')
prepare() {
cd $pkgname-$pkgver