mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/jupyterlab to 2.0.2-1
This commit is contained in:
parent
dba927c7c4
commit
53c392bbd2
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue