[arch-commits] Commit in jupyterlab/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Oct 30 07:15:36 UTC 2019
Date: Wednesday, October 30, 2019 @ 07:15:36
Author: arojas
Revision: 520956
Update to 1.2.0
Modified:
jupyterlab/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-30 07:04:57 UTC (rev 520955)
+++ PKGBUILD 2019-10-30 07:15:36 UTC (rev 520956)
@@ -2,17 +2,17 @@
pkgname=jupyterlab
_pipname=jupyterlab
-pkgver=1.1.4
+pkgver=1.2.0
pkgrel=1
pkgdesc="JupyterLab computational environment"
arch=(any)
url="https://github.com/jupyterlab/jupyterlab"
license=(custom)
-makedepends=(python-setuptools nodejs python2)
-depends=(jupyterlab_server)
+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=('27acee5bf002a153e9852b13503687c419b0421dd9a3ed203123afd56b8bc41a')
+sha256sums=('ce945579a6b20628d275efd4debffef96fa66ef83a10a62d7087ca5610b61668')
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list