summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2018-08-08 09:37:08 +0200
committerPhilipp A2018-08-08 09:37:08 +0200
commit018c566731a4c7ce2b8b0079e427a8888dcd5638 (patch)
tree01c2c8cb1d508cee92da0518e49ff9fcf9451e28
parent8f783087bc0c68efa209807432b808465571d3be (diff)
downloadaur-018c566731a4c7ce2b8b0079e427a8888dcd5638.tar.gz
v0.5.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d27a7d28aa4b..4d38b48f66d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jupyter_contrib_nbextensions
pkgdesc = A collection of Jupyter nbextensions
- pkgver = 0.4.0
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/ipython-contrib/jupyter_contrib_nbextensions
install = jupyter_contrib_nbextensions.install
@@ -18,16 +18,16 @@ pkgbase = jupyter_contrib_nbextensions
depends = jupyter-nbconvert
depends = jupyter_contrib_core>=0.3.3
depends = jupyter_nbextensions_configurator>=0.4.0
- depends = jupyter_highlight_selected_word>=0.0.10
+ depends = jupyter_highlight_selected_word>=0.1.0
depends = jupyter_latex_envs>=1.3.8
conflicts = jupyter-nbextensions
conflicts = python-jupyter-nbextensions
replaces = jupyter-nbextensions-git
replaces = jupyter-nbextensions
- noextract = jupyter_contrib_nbextensions-0.4.0-py2.py3-none-any.whl
- source = jupyter_contrib_nbextensions-0.4.0-py2.py3-none-any.whl::https://files.pythonhosted.org/packages/py2.py3/j/jupyter_contrib_nbextensions/jupyter_contrib_nbextensions-0.4.0-py2.py3-none-any.whl
+ noextract = jupyter_contrib_nbextensions-0.5.0-py2.py3-none-any.whl
+ source = jupyter_contrib_nbextensions-0.5.0-py2.py3-none-any.whl::https://files.pythonhosted.org/packages/py2.py3/j/jupyter_contrib_nbextensions/jupyter_contrib_nbextensions-0.5.0-py2.py3-none-any.whl
source = jupyter_contrib_nbextensions.install
- sha256sums = fd26224ed2ff2436da5cef95243e910d581821417ae958f21499d8e5b87687e0
+ sha256sums = f4893d99fed6be6587cd2c722ef8841556283a697a482288b621b514beda2405
sha256sums = d141d36609422748b0b22b6c432f223bfc92d72359bbccaf709690f7de313e35
pkgname = jupyter_contrib_nbextensions
diff --git a/PKGBUILD b/PKGBUILD
index 5738abe85fdf..95d6a4d8bf61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
pkgname=jupyter_contrib_nbextensions
-pkgver=0.4.0
+pkgver=0.5.0
pkgrel=1
pkgdesc='A collection of Jupyter nbextensions'
arch=(any)
@@ -18,13 +18,13 @@ depends=(
jupyter-nbconvert
'jupyter_contrib_core>=0.3.3'
'jupyter_nbextensions_configurator>=0.4.0'
- 'jupyter_highlight_selected_word>=0.0.10'
+ 'jupyter_highlight_selected_word>=0.1.0'
'jupyter_latex_envs>=1.3.8'
)
makedepends=(python-pip mariadb jq)
_wheel="$pkgname-$pkgver-py2.py3-none-any.whl"
source=("$_wheel::https://files.pythonhosted.org/packages/py2.py3/${pkgname::1}/$pkgname/$_wheel" "$pkgname.install")
-sha256sums=('fd26224ed2ff2436da5cef95243e910d581821417ae958f21499d8e5b87687e0'
+sha256sums=('f4893d99fed6be6587cd2c722ef8841556283a697a482288b621b514beda2405'
'd141d36609422748b0b22b6c432f223bfc92d72359bbccaf709690f7de313e35')
noextract=("$_wheel")
install="$pkgname.install"