summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2018-08-10 11:14:47 +0200
committerPhilipp A2018-08-10 11:14:47 +0200
commit26146411d79cb402f04cb6e7a0bcdc4931a26cb5 (patch)
treeada82f86edb0a4130e05022c4ba44462ba2c3e95
parent018c566731a4c7ce2b8b0079e427a8888dcd5638 (diff)
downloadaur-26146411d79cb402f04cb6e7a0bcdc4931a26cb5.tar.gz
py3.7
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d38b48f66d8..dcac7a3f5684 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jupyter_contrib_nbextensions
pkgdesc = A collection of Jupyter nbextensions
pkgver = 0.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ipython-contrib/jupyter_contrib_nbextensions
install = jupyter_contrib_nbextensions.install
arch = any
@@ -19,7 +19,7 @@ pkgbase = jupyter_contrib_nbextensions
depends = jupyter_contrib_core>=0.3.3
depends = jupyter_nbextensions_configurator>=0.4.0
depends = jupyter_highlight_selected_word>=0.1.0
- depends = jupyter_latex_envs>=1.3.8
+ depends = jupyter_latex_envs>=1.4.0
conflicts = jupyter-nbextensions
conflicts = python-jupyter-nbextensions
replaces = jupyter-nbextensions-git
diff --git a/PKGBUILD b/PKGBUILD
index 95d6a4d8bf61..d3411468bb26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
pkgname=jupyter_contrib_nbextensions
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc='A collection of Jupyter nbextensions'
arch=(any)
url="https://github.com/ipython-contrib/$pkgname"
@@ -19,7 +19,7 @@ depends=(
'jupyter_contrib_core>=0.3.3'
'jupyter_nbextensions_configurator>=0.4.0'
'jupyter_highlight_selected_word>=0.1.0'
- 'jupyter_latex_envs>=1.3.8'
+ 'jupyter_latex_envs>=1.4.0'
)
makedepends=(python-pip mariadb jq)
_wheel="$pkgname-$pkgver-py2.py3-none-any.whl"