summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Zack2022-04-04 16:23:03 +1000
committerSimon Zack2022-04-04 16:27:35 +1000
commitb3ea928e4a93c9f9818a6011f51b58a1f81eab5d (patch)
tree6c25911107ad60603c4ef37c120075d0a343b997 /PKGBUILD
parent337176249c4e2b729cd5ef99591b216e2838d091 (diff)
downloadaur-ijavascript.tar.gz
feat: `jupyter` is now replaced by `jupyter-notebook` in the official repositories
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1680996bfce9..a763267e9b5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
# Contributor: Andreas Gerlach <andigerlach76@gmail.com>
pkgname=ijavascript
pkgver=5.2.1
-pkgrel=2
+pkgrel=3
pkgdesc="JavaScript kernel for Jupyter"
arch=(any)
url="https://github.com/n-riesco/ijavascript"
license=('BSD-3-Clause')
-depends=('nodejs' 'jupyter')
-optdepends=('jupyterlab: JupyterLab support'
- 'jupyter-notebook: Jupyter Notebook support')
+depends=('jupyter-notebook' 'nodejs')
+optdepends=('jupyterlab: JupyterLab support')
makedepends=('npm' 'patchelf')
source=(https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz
kernel.json)