summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2017-03-06 15:17:34 +0100
committerPhilipp A2017-03-06 15:17:34 +0100
commit2fcd3b5651443288bf1418373d6645b03eeb36f7 (patch)
tree397a36971706f472b580ebe8b696ccf4c4cc2796
parent8946f2a705521c66eb8f6b4ef8d17a31edf1269f (diff)
downloadaur-2fcd3b5651443288bf1418373d6645b03eeb36f7.tar.gz
v0.2.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f962aec3ce9..a42cab5bd7e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jupyter_contrib_nbextensions
pkgdesc = A collection of Jupyter nbextensions
- pkgver = 0.2.0
+ pkgver = 0.2.4
pkgrel = 1
url = https://github.com/ipython-contrib/jupyter_contrib_nbextensions
arch = any
@@ -12,15 +12,17 @@ pkgbase = jupyter_contrib_nbextensions
depends = jupyter-nbconvert
depends = jupyter_contrib_core
depends = jupyter_nbextensions_configurator
+ depends = jupyter_highlight_selected_word
+ depends = jupyter_latex_envs
depends = python-yaml
depends = python-psutil
conflicts = jupyter-nbextensions
conflicts = python-jupyter-nbextensions
replaces = jupyter-nbextensions-git
replaces = jupyter-nbextensions
- noextract = jupyter_contrib_nbextensions-0.2.0-py2.py3-none-any.whl
- source = jupyter_contrib_nbextensions-0.2.0-py2.py3-none-any.whl::https://files.pythonhosted.org/packages/py2.py3/j/jupyter_contrib_nbextensions/jupyter_contrib_nbextensions-0.2.0-py2.py3-none-any.whl
- md5sums = 9c3432387326138cc1a809d4fec14aad
+ noextract = jupyter_contrib_nbextensions-0.2.4-py2.py3-none-any.whl
+ source = jupyter_contrib_nbextensions-0.2.4-py2.py3-none-any.whl::https://files.pythonhosted.org/packages/py2.py3/j/jupyter_contrib_nbextensions/jupyter_contrib_nbextensions-0.2.4-py2.py3-none-any.whl
+ md5sums = e95ca3640fc386aac94dcdaccb2d8e64
pkgname = jupyter_contrib_nbextensions
diff --git a/PKGBUILD b/PKGBUILD
index 4288a6984671..ccad4b55c4d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
pkgname=jupyter_contrib_nbextensions
-pkgver=0.2.0
+pkgver=0.2.4
pkgrel=1
pkgdesc='A collection of Jupyter nbextensions'
arch=(any)
@@ -8,11 +8,11 @@ url="https://github.com/ipython-contrib/$pkgname"
license=(BSD)
replaces=(jupyter-nbextensions-git jupyter-nbextensions)
conflicts=(jupyter-nbextensions python-jupyter-nbextensions)
-depends=(python jupyter jupyter-notebook jupyter-nbconvert jupyter_contrib_core jupyter_nbextensions_configurator python-yaml python-psutil)
+depends=(python jupyter jupyter-notebook jupyter-nbconvert jupyter_contrib_core jupyter_nbextensions_configurator jupyter_highlight_selected_word jupyter_latex_envs python-yaml python-psutil)
makedepends=(python-pip)
_wheel="$pkgname-$pkgver-py2.py3-none-any.whl"
source=("$_wheel::https://files.pythonhosted.org/packages/py2.py3/${pkgname::1}/$pkgname/$_wheel")
-md5sums=('9c3432387326138cc1a809d4fec14aad')
+md5sums=('e95ca3640fc386aac94dcdaccb2d8e64')
noextract=("$_wheel")
package() {