summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIyán Méndez Veiga2019-06-29 19:23:43 +0200
committerIyán Méndez Veiga2019-06-29 19:23:43 +0200
commitd4e4f49b346c1c3208fb287b30f47b0e8654da41 (patch)
tree73e91f2166f2f1d99564c5af1c01384592231756 /PKGBUILD
parentdc0345357e4a82718904074e2b552301cb3397f8 (diff)
downloadaur-d4e4f49b346c1c3208fb287b30f47b0e8654da41.tar.gz
Add version requirement for jupyter-metakernel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65b28843c2ae..00a015782456 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
_name=octave_kernel
pkgname=jupyter-${_name}
pkgver=0.31.1
-pkgrel=1
+pkgrel=2
pkgdesc="A Jupyter kernel for Octave"
arch=('any')
url="https://github.com/Calysto/octave_kernel"
license=('BSD')
-depends=('jupyter' 'jupyter-metakernel' 'jupyter-notebook' 'octave')
+depends=('jupyter' 'jupyter-metakernel>=0.24.2' 'jupyter-notebook' 'octave')
makedepends=('python-pip')
optdepends=('gnuplot: for making plots' 'jupyterlab: JupyterLab computational environment')
source=("https://github.com/Calysto/octave_kernel/archive/v${pkgver}.tar.gz")