summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry-Joseph Audéoud2020-10-20 14:17:53 +0200
committerHenry-Joseph Audéoud2020-10-20 14:17:53 +0200
commit026e4aa9944cd7a918688f20ae49feac3cdc8e01 (patch)
tree5cd3c3ef85d675aee3fd8cceefdaf302a3c731ab
parent510491e4428f4bf2136ecce126dcbec14592aca2 (diff)
downloadaur-026e4aa9944cd7a918688f20ae49feac3cdc8e01.tar.gz
upgpkg: jupyter-nbextension-hide-code 0.5.6-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fb4552998b3..c24ca6e36886 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jupyter-nbextension-hide-code
pkgdesc = Code, prompt and output hiding for Jupyter/IPython notebooks.
- pkgver = 0.5.5
+ pkgver = 0.5.6
pkgrel = 1
url = https://github.com/kirbs-/hide_code
arch = any
@@ -10,8 +10,8 @@ pkgbase = jupyter-nbextension-hide-code
depends = jupyter-notebook
depends = python-pdfkit
conflicts = python-rise
- source = https://files.pythonhosted.org/packages/source/h/hide_code/hide_code-0.5.5.tar.gz
- sha256sums = 3517d38277c28314727bf16c6cee3467e4fb5026e08e8201d036c031f537f70b
+ source = https://files.pythonhosted.org/packages/source/h/hide_code/hide_code-0.5.6.tar.gz
+ sha256sums = ed5003661b8e60497d2dfc2da624b0c8e2277a2c1520788bb3cb545b9c3b0914
pkgname = jupyter-nbextension-hide-code
diff --git a/PKGBUILD b/PKGBUILD
index 0df2a8429fef..41e51acd0c7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=jupyter-nbextension-hide-code
_name=hide_code
-pkgver=0.5.5
+pkgver=0.5.6
pkgrel=1
pkgdesc="Code, prompt and output hiding for Jupyter/IPython notebooks."
arch=(any)
@@ -12,7 +12,7 @@ conflicts=('python-rise')
depends=('python' 'jupyter-notebook' 'python-pdfkit')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('3517d38277c28314727bf16c6cee3467e4fb5026e08e8201d036c031f537f70b')
+sha256sums=('ed5003661b8e60497d2dfc2da624b0c8e2277a2c1520788bb3cb545b9c3b0914')
package() {
cd "$srcdir/hide_code-$pkgver" || return