Date: Saturday, June 29, 2019 @ 07:27:40
  Author: arojas
Revision: 485716

Add python-json5 dependency

Modified:
  jupyterlab_server/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-06-29 07:24:50 UTC (rev 485715)
+++ PKGBUILD    2019-06-29 07:27:40 UTC (rev 485716)
@@ -3,12 +3,12 @@
 
 pkgname=jupyterlab_server
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Launch an application built using JupyterLab"
 arch=(any)
 url="https://jupyter.org/";
 license=(custom)
-depends=(jupyter-notebook)
+depends=(python-json5 jupyter-notebook)
 makedepends=(python-setuptools)
 source=(https://pypi.io/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz)
 sha256sums=('a77e63ee8f93f77d03b5bcb9955ad0b4edda1e5c49d0b11fae6cc66cc1f41a1a')

Reply via email to