summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIyán Méndez Veiga2022-02-07 20:07:49 +0100
committerIyán Méndez Veiga2022-02-07 20:07:49 +0100
commit803db72f4b5d7458783d94b6c28cc131ba349869 (patch)
treee1e2d4219b82aeca4141e5eeae08a5264f53f1a1
parent9fd685b13e7eed0f5c6406be92fc40edfb08d51f (diff)
downloadaur-803db72f4b5d7458783d94b6c28cc131ba349869.tar.gz
Update to 0.34.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58033f44ac47..878028eca2aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jupyter-octave_kernel
pkgdesc = A Jupyter kernel for Octave
- pkgver = 0.34.0
+ pkgver = 0.34.1
pkgrel = 1
url = https://github.com/Calysto/octave_kernel
arch = any
@@ -12,7 +12,7 @@ pkgbase = jupyter-octave_kernel
depends = octave
optdepends = gnuplot: for making plots
optdepends = jupyterlab: JupyterLab computational environment
- source = https://github.com/Calysto/octave_kernel/archive/v0.34.0.tar.gz
- sha256sums = 576ba869b79e683507b492163fa63ff58baf823daace63660673beba8a81a89c
+ source = https://github.com/Calysto/octave_kernel/archive/v0.34.1.tar.gz
+ sha256sums = d4433115bbf03ae355ca96c1bb322f58dbd43bde257457c3e1c37060ce14e35f
pkgname = jupyter-octave_kernel
diff --git a/PKGBUILD b/PKGBUILD
index 23a4320c61df..fd2b0446f1c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,9 @@
# Maintainer: Iyán Méndez Veiga <me (at) iyanmv (dot) com>
# Contributor: Julian Mehne <julian (dot) mehne (at) posteo (dot) de>
# Contributor: renyuneyun <renyuneyun (at) gmail (dot) com>
-
_name=octave_kernel
pkgname=jupyter-${_name}
-pkgver=0.34.0
+pkgver=0.34.1
pkgrel=1
pkgdesc="A Jupyter kernel for Octave"
arch=('any')
@@ -14,7 +13,7 @@ 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")
-sha256sums=('576ba869b79e683507b492163fa63ff58baf823daace63660673beba8a81a89c')
+sha256sums=('d4433115bbf03ae355ca96c1bb322f58dbd43bde257457c3e1c37060ce14e35f')
build() {
cd "$srcdir"/$_name-${pkgver}