summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2022-07-11 13:59:40 +0200
committerSanpi2022-07-11 13:59:40 +0200
commit4b543cb8126d069be3e2bfa65afd8f0bdb429ab0 (patch)
treef05e5a0dc3f63ee5c14fec031d942450950a5cd4
parent21593040b4126f67b590816ef70b9701a987893c (diff)
downloadaur-4b543cb8126d069be3e2bfa65afd8f0bdb429ab0.tar.gz
v0.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdb29f96ef7f..36509cec4bff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = evcxr_jupyter
pkgdesc = A Jupyter Kernel for the Rust programming language.
- pkgver = 0.12.0
+ pkgver = 0.13.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.12.0.tar.gz::https://crates.io/api/v1/crates/evcxr_jupyter/0.12.0/download
- sha256sums = 6a8e01d3492c204701c75604884d264ce104b1dd0800a70d9b4ed5b9ae567f51
+ source = 0.13.0.tar.gz::https://crates.io/api/v1/crates/evcxr_jupyter/0.13.0/download
+ sha256sums = 7c32d8876f324d62f41ce5242cd80b55325d82bdcd1df63aaa23861de61d27bd
pkgname = evcxr_jupyter
diff --git a/PKGBUILD b/PKGBUILD
index e2ed6ae381bc..67f50fdc18d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=evcxr_jupyter
-pkgver=0.12.0
+pkgver=0.13.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=('6a8e01d3492c204701c75604884d264ce104b1dd0800a70d9b4ed5b9ae567f51')
+sha256sums=('7c32d8876f324d62f41ce5242cd80b55325d82bdcd1df63aaa23861de61d27bd')
build()
{