summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry-Joseph Audéoud2020-06-11 12:47:28 +0200
committerHenry-Joseph Audéoud2020-06-11 12:48:45 +0200
commit7b73577789e48335c494f8c75cbf637ea687bccf (patch)
tree181ad737b9841f0113b4e0cd2bb0998d09278f52
parent3ed7c337eba0a25736c953b781713be3a73921e4 (diff)
downloadaur-7b73577789e48335c494f8c75cbf637ea687bccf.tar.gz
upgpkg: jupyter-nbextension-rise 5.6.1-2
Fix sha256sums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed1ed1193daf..6858baf623c0 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 = 1
+ pkgrel = 2
url = https://github.com/damianavila/RISE
arch = any
license = BSD
@@ -10,7 +10,7 @@ pkgbase = jupyter-nbextension-rise
depends = jupyter-notebook
conflicts = python-rise
source = https://files.pythonhosted.org/packages/source/r/rise/rise-5.6.1.tar.gz
- sha256sums = SKIP
+ sha256sums = 1343f068d01adc4dd0226d9b278ce93fc92f365d827431a57e8d5679eb39f4d6
pkgname = jupyter-nbextension-rise
diff --git a/PKGBUILD b/PKGBUILD
index 61ddf79b00c0..1ca9bec15c9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=jupyter-nbextension-rise
_name=rise
pkgver=5.6.1
-pkgrel=1
+pkgrel=2
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=('SKIP')
+sha256sums=('1343f068d01adc4dd0226d9b278ce93fc92f365d827431a57e8d5679eb39f4d6')
package() {
cd "$srcdir/rise-$pkgver"