summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2023-12-17 09:38:31 +0100
committerSanpi2023-12-17 09:38:31 +0100
commit0a5dc9dc075fc9d243223496dec11e7c44836ef6 (patch)
treecdd3fce094e925c3ed4703c6f45b64c0089b4202
parentca589d6a4a6bc8be700f61f99f48260e728224a3 (diff)
downloadaur-evcxr_jupyter.tar.gz
v0.17.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd411a64d957..7ee92786e3c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = evcxr_jupyter
pkgdesc = A Jupyter Kernel for the Rust programming language.
- pkgver = 0.16.0
+ pkgver = 0.17.0
pkgrel = 1
url = https://github.com/google/evcxr/tree/main/evcxr_jupyter
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = evcxr_jupyter
makedepends = cmake
depends = rust
depends = jupyter-notebook
- source = 0.16.0.tar.gz::https://crates.io/api/v1/crates/evcxr_jupyter/0.16.0/download
- sha256sums = b9feb19db79e5156cb2b6dc5ab47c9e2c931540c08791c63435fc8664db1637d
+ source = 0.17.0.tar.gz::https://crates.io/api/v1/crates/evcxr_jupyter/0.17.0/download
+ sha256sums = f5fcd59ef66cb7bb1c1ba8d02a86d34330a383db8e505787f109b0b3c2fa151a
pkgname = evcxr_jupyter
diff --git a/PKGBUILD b/PKGBUILD
index 34eeee218318..ed1b48aa6f97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=evcxr_jupyter
-pkgver=0.16.0
+pkgver=0.17.0
pkgrel=1
pkgdesc='A Jupyter Kernel for the Rust programming language.'
url="https://github.com/google/evcxr/tree/main/$pkgname"
@@ -9,7 +9,7 @@ license=('Apache')
depends=('rust' 'jupyter-notebook')
makedepends=('cargo' 'cmake')
source=("$pkgver.tar.gz::https://crates.io/api/v1/crates/$pkgname/$pkgver/download")
-sha256sums=('b9feb19db79e5156cb2b6dc5ab47c9e2c931540c08791c63435fc8664db1637d')
+sha256sums=('f5fcd59ef66cb7bb1c1ba8d02a86d34330a383db8e505787f109b0b3c2fa151a')
prepare()
{