mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/jupyterlab to 1.2.5-1
This commit is contained in:
parent
af1071037b
commit
114802e9f4
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=jupyterlab
|
||||
_pipname=jupyterlab
|
||||
pkgver=1.2.4
|
||||
pkgver=1.2.5
|
||||
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=('6adb88acd05b51512c37df477a18c36240823a591c2a51bf6556198414026d8f')
|
||||
sha256sums=('e3ce52a44725fc3c2bd346030fac7db508c82f1df7deb33be35260ddeea0df20')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue