summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Zack2021-06-22 00:31:49 +1000
committerSimon Zack2021-06-22 00:38:59 +1000
commitc63cbd2f14b5db139be49708e23a1497fa631668 (patch)
treeca1fc0b71f5a2c993fda06f810a3f0f1b2dda966
parentf0853d9f764d93db3daed6a5bb2f162e409688b3 (diff)
downloadaur-c63cbd2f14b5db139be49708e23a1497fa631668.tar.gz
`jupyter-notebook` isn't necessary, as this works in `jupyterlab` too
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dec46f56ad8b..b22a7658ce85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = ijavascript
pkgdesc = IJavascript is a JavaScript kernel for the Jupyter notebook
pkgver = 5.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/n-riesco/ijavascript
arch = any
license = BSD-3-Clause
makedepends = npm
depends = nodejs
depends = jupyter
- depends = jupyter-notebook
+ optdepends = jupyterlab: JupyterLab support
+ optdepends = jupyter-notebook: Jupyter Notebook support
source = https://registry.npmjs.org/ijavascript/-/ijavascript-5.2.0.tgz
source = kernel.json
source = binding.gyp
diff --git a/PKGBUILD b/PKGBUILD
index 0fca9b435c19..ae0e459f7fd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,14 @@
# Contributor: Andreas Gerlach <andigerlach76@gmail.com>
pkgname=ijavascript
pkgver=5.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="IJavascript is a JavaScript kernel for the Jupyter notebook"
arch=(any)
url="https://github.com/n-riesco/ijavascript"
license=('BSD-3-Clause')
-depends=('nodejs' 'jupyter' 'jupyter-notebook')
+depends=('nodejs' 'jupyter')
+optdepends=('jupyterlab: JupyterLab support'
+ 'jupyter-notebook: Jupyter Notebook support')
makedepends=('npm')
source=(https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz
kernel.json