summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConor Anderson (bot)2020-02-01 14:21:42 +0000
committerConor Anderson (bot)2020-02-01 14:21:42 +0000
commit24946206401ca586ead59f873c0296a8e6ce679b (patch)
tree5fb3e8784823305dae0cca7be630a95e35d9d23b
parentd80955d28b6164c8f555b3cb177e20c0d8943eb5 (diff)
downloadaur-24946206401ca586ead59f873c0296a8e6ce679b.tar.gz
Merge branch 'nteract-bin_0.21.0' into 'master' 🤖
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aec7040be0d5..77a17f42b86f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nteract-bin
pkgdesc = Interactive literate coding notebook
- pkgver = 0.15.0
+ pkgver = 0.21.0
pkgrel = 1
url = https://nteract.io
install = nteract-bin.install
@@ -20,9 +20,9 @@ pkgbase = nteract-bin
optdepends = python2-ipykernel: support for Python 2
optdepends = r: support for R (requires the "IRkernel" package)
optdepends = sagemath-jupyter: support for SageMath
- source = nteract_0.15.0_amd64.deb::https://github.com/nteract/nteract/releases/download/v0.15.0/nteract_0.15.0_amd64.deb
+ source = nteract_0.21.0_amd64.deb::https://github.com/nteract/nteract/releases/download/v0.21.0/nteract_0.21.0_amd64.deb
source = LICENSE
- sha256sums = 2bb4aedd42d757f844b1a7e83d371e4f77b27ba74b6d1c85b79f84e17bfc8235
+ sha256sums = 4e9df857a81dc102135246a9fad94a19be13b330c33aed67a189def58d2cdabd
sha256sums = 866e6fa48cb8810d36d8d85a3085d7aa1c4317d3731f0ef84919428fee87bf71
pkgname = nteract-bin
diff --git a/PKGBUILD b/PKGBUILD
index c23946da7cae..d2166b2a4e20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=nteract-bin
_pkgname=${pkgname%-bin}
-pkgver=0.15.0
+pkgver=0.21.0
pkgrel=1
pkgdesc="Interactive literate coding notebook"
url='https://nteract.io'
@@ -20,7 +20,7 @@ install=$pkgname.install
source=("${_pkgname}_${pkgver}_amd64.deb::https://github.com/nteract/nteract/releases/download/v${pkgver}/nteract_${pkgver}_amd64.deb"
"LICENSE")
-sha256sums=('2bb4aedd42d757f844b1a7e83d371e4f77b27ba74b6d1c85b79f84e17bfc8235'
+sha256sums=('4e9df857a81dc102135246a9fad94a19be13b330c33aed67a189def58d2cdabd'
'866e6fa48cb8810d36d8d85a3085d7aa1c4317d3731f0ef84919428fee87bf71')
package() {