summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 186ab5927686..60313e23b1cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,15 +6,12 @@ pkgbase = jupyter-octave_kernel-git
arch = any
license = BSD
makedepends = python-pip
- depends = jupyter
depends = jupyter-metakernel>=0.24.2
depends = jupyter-notebook
depends = octave
- optdepends = gnuplot: for making plots
optdepends = jupyterlab-git: JupyterLab computational environment
provides = jupyter-octave_kernel
source = git+https://github.com/Calysto/octave_kernel.git
sha256sums = SKIP
pkgname = jupyter-octave_kernel-git
-
diff --git a/PKGBUILD b/PKGBUILD
index d9405c5c0446..ef3db9a40dc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,10 @@ pkgdesc="A Jupyter kernel for Octave (git version)"
arch=('any')
url="https://github.com/Calysto/octave_kernel"
license=('BSD')
-depends=('jupyter' 'jupyter-metakernel>=0.24.2' 'jupyter-notebook' 'octave')
+depends=('jupyter-metakernel>=0.24.2' 'jupyter-notebook' 'octave')
makedepends=('python-pip')
provides=('jupyter-octave_kernel')
-optdepends=('gnuplot: for making plots' 'jupyterlab-git: JupyterLab computational environment')
+optdepends=('jupyterlab-git: JupyterLab computational environment')
source=("git+${url}.git")
sha256sums=('SKIP')