summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2023-10-23 12:12:43 +0200
committerSanpi2023-10-23 12:12:43 +0200
commitca589d6a4a6bc8be700f61f99f48260e728224a3 (patch)
tree9ac45f71484a14af33751bb68a3953addd017b6d
parent62e3a47f0c10f56b7b85bb37429b8f3509489e09 (diff)
downloadaur-ca589d6a4a6bc8be700f61f99f48260e728224a3.tar.gz
v0.16.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f6ad830173c..bd411a64d957 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = evcxr_jupyter
pkgdesc = A Jupyter Kernel for the Rust programming language.
- pkgver = 0.15.1
+ pkgver = 0.16.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.15.1.tar.gz::https://crates.io/api/v1/crates/evcxr_jupyter/0.15.1/download
- sha256sums = 6aa62a4ee37da69294e27105f3db0d312de4d6ebf430fc2707a9b607cc382211
+ source = 0.16.0.tar.gz::https://crates.io/api/v1/crates/evcxr_jupyter/0.16.0/download
+ sha256sums = b9feb19db79e5156cb2b6dc5ab47c9e2c931540c08791c63435fc8664db1637d
pkgname = evcxr_jupyter
diff --git a/PKGBUILD b/PKGBUILD
index 453dfaa90cc4..34eeee218318 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=evcxr_jupyter
-pkgver=0.15.1
+pkgver=0.16.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=('6aa62a4ee37da69294e27105f3db0d312de4d6ebf430fc2707a9b607cc382211')
+sha256sums=('b9feb19db79e5156cb2b6dc5ab47c9e2c931540c08791c63435fc8664db1637d')
prepare()
{