summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIyán Méndez Veiga2021-11-25 10:15:31 +0100
committerIyán Méndez Veiga2021-11-25 10:15:31 +0100
commit0a829f5faa9353829a68cc58b1788c9c22d796f1 (patch)
treebf46bbda72e55a5a5a3ef5070c03a54908903ba5
parent1a2597cd435c7dbfd592ed57c7b59ea0cb0a14ff (diff)
downloadaur-0a829f5faa9353829a68cc58b1788c9c22d796f1.tar.gz
Update to v0.28.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a219f098caa..97b768909e85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jupyter-metakernel
pkgdesc = A Jupyter/IPython kernel template.
- pkgver = 0.27.5
+ pkgver = 0.28.1
pkgrel = 1
url = https://github.com/Calysto/metakernel
arch = any
@@ -9,8 +9,7 @@ pkgbase = jupyter-metakernel
depends = jupyter
depends = ipython
depends = python-pexpect
- source = https://github.com/Calysto/metakernel/archive/0.27.5.tar.gz
- sha256sums = 57e17012a673d14778b725df738be4b1e8aa4d7f5c6cbf9061abef7cfac9771c
+ source = https://github.com/Calysto/metakernel/archive/v0.28.1.tar.gz
+ sha256sums = 0338d0778732a1c92417fc6859f9dbe727774b8881cd1d450c398291916d70d3
pkgname = jupyter-metakernel
-
diff --git a/PKGBUILD b/PKGBUILD
index 54e70239d17a..7e3164810fa1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=metakernel
pkgname=jupyter-$_pkgname
-pkgver=0.27.5
+pkgver=0.28.1
pkgrel=1
pkgdesc="A Jupyter/IPython kernel template."
arch=('any')
@@ -11,8 +11,8 @@ url="https://github.com/Calysto/metakernel"
license=('BSD')
depends=('jupyter' 'ipython' 'python-pexpect')
makedepends=('python-setuptools')
-source=("https://github.com/Calysto/metakernel/archive/${pkgver}.tar.gz")
-sha256sums=('57e17012a673d14778b725df738be4b1e8aa4d7f5c6cbf9061abef7cfac9771c')
+source=("https://github.com/Calysto/metakernel/archive/v${pkgver}.tar.gz")
+sha256sums=('0338d0778732a1c92417fc6859f9dbe727774b8881cd1d450c398291916d70d3')
build() {
cd "$srcdir/$_pkgname-$pkgver"