summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry-Joseph Audéoud2020-10-26 16:28:13 +0100
committerHenry-Joseph Audéoud2020-10-26 16:28:13 +0100
commit24fbf7f5b7c4c10b2f86dd33f5f1681859c03c52 (patch)
tree9d674825ebef6f5ee8a663be2d5f670af3e14eaa
parent7b73577789e48335c494f8c75cbf637ea687bccf (diff)
downloadaur-24fbf7f5b7c4c10b2f86dd33f5f1681859c03c52.tar.gz
upgpkg: jupyter-nbextension-rise 5.7.0-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6858baf623c0..f3c51ff217ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jupyter-nbextension-rise
pkgdesc = Live Reveal.js Jupyter/IPython Slideshow Extension
- pkgver = 5.6.1
- pkgrel = 2
+ pkgver = 5.7.0
+ pkgrel = 1
url = https://github.com/damianavila/RISE
arch = any
license = BSD
@@ -9,8 +9,8 @@ pkgbase = jupyter-nbextension-rise
depends = python
depends = jupyter-notebook
conflicts = python-rise
- source = https://files.pythonhosted.org/packages/source/r/rise/rise-5.6.1.tar.gz
- sha256sums = 1343f068d01adc4dd0226d9b278ce93fc92f365d827431a57e8d5679eb39f4d6
+ source = https://files.pythonhosted.org/packages/source/r/rise/rise-5.7.0.tar.gz
+ sha256sums = 6c00721189e0b457ca40ab4eb0abef8edbba6c71bc04d7f04ad813a214ddea74
pkgname = jupyter-nbextension-rise
diff --git a/PKGBUILD b/PKGBUILD
index 1ca9bec15c9f..d0905feefb8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=jupyter-nbextension-rise
_name=rise
-pkgver=5.6.1
-pkgrel=2
+pkgver=5.7.0
+pkgrel=1
pkgdesc="Live Reveal.js Jupyter/IPython Slideshow Extension"
arch=(any)
url="https://github.com/damianavila/RISE"
@@ -13,7 +13,7 @@ conflicts=('python-rise')
depends=('python' 'jupyter-notebook')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('1343f068d01adc4dd0226d9b278ce93fc92f365d827431a57e8d5679eb39f4d6')
+sha256sums=('6c00721189e0b457ca40ab4eb0abef8edbba6c71bc04d7f04ad813a214ddea74')
package() {
cd "$srcdir/rise-$pkgver"