[arch-commits] Commit in jupyterlab/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Jul 10 06:25:57 UTC 2019


    Date: Wednesday, July 10, 2019 @ 06:25:57
  Author: arojas
Revision: 488499

Update to 1.0.2

Modified:
  jupyterlab/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-10 06:23:07 UTC (rev 488498)
+++ PKGBUILD	2019-07-10 06:25:57 UTC (rev 488499)
@@ -2,17 +2,17 @@
 
 pkgname=jupyterlab
 _pipname=jupyterlab
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="JupyterLab computational environment"
 arch=(any)
 url="https://github.com/jupyterlab/jupyterlab"
 license=(custom)
-makedepends=(python-setuptools nodejs)
+makedepends=(python-setuptools nodejs python2)
 depends=(jupyterlab_server)
 optdepends=('npm: to install extensions')
 source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('42ac3444018854d6e3500a8a444bbc2c554344922a812111914fff8535d11e1e')
+sha256sums=('e8aa6096d4e723a172fdef2e50330b8781b49b03ce79790211848f57b123193e')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list