diff --git a/community/jupyterlab/PKGBUILD b/community/jupyterlab/PKGBUILD index 8c1578d3a..47c44f4b8 100644 --- a/community/jupyterlab/PKGBUILD +++ b/community/jupyterlab/PKGBUILD @@ -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