From ae1fada5c053452d01b6c501b0c06c03768d8198 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 8 Aug 2020 18:02:51 +0000 Subject: [PATCH] community/jupyterlab to 2.2.4-1 --- community/jupyterlab/PKGBUILD | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/community/jupyterlab/PKGBUILD b/community/jupyterlab/PKGBUILD index 431763e45..d48b955a2 100644 --- a/community/jupyterlab/PKGBUILD +++ b/community/jupyterlab/PKGBUILD @@ -5,7 +5,7 @@ pkgname=jupyterlab _pipname=jupyterlab -pkgver=2.2.2 +pkgver=2.2.4 pkgrel=1 pkgdesc="JupyterLab computational environment" arch=(any) @@ -15,12 +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=('8aa9bc4b5020e7b9ec6e006d516d48bddf7d2528680af65840464ee722d59db3') - -prepare() { - cd $pkgname-$pkgver - sed -e 's|~=|>=|' -i setup.py # Fix jupyterlab_server version -} +sha256sums=('e9d26c4c1cf4f7760dfa9ccd3fd5ea5027ae2767f22c7766dbb2fbb5e5dfcd4b') build() { cd $pkgname-$pkgver