summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2017-03-29 10:35:42 +0200
committerPhilipp A2017-03-29 10:35:42 +0200
commit4bd32ab932a3dd5b25edfd8ff310f9c2789bfbc7 (patch)
treea2f479620ea0ef4ae92d0f1e78bf1e68b88fab50
parent0fb9460b571c8f65f55717c8a0ab0cf326ca25b9 (diff)
downloadaur-4bd32ab932a3dd5b25edfd8ff310f9c2789bfbc7.tar.gz
added mariadb to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58c7579dabb0..a310a4266e3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = jupyter_contrib_nbextensions
pkgdesc = A collection of Jupyter nbextensions
pkgver = 0.2.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ipython-contrib/jupyter_contrib_nbextensions
arch = any
license = BSD
makedepends = python-pip
+ makedepends = mariadb
depends = python
depends = jupyter
depends = jupyter-notebook
diff --git a/PKGBUILD b/PKGBUILD
index f0db0f8ac330..3b738e34e7a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
pkgname=jupyter_contrib_nbextensions
pkgver=0.2.6
-pkgrel=1
+pkgrel=2
pkgdesc='A collection of Jupyter nbextensions'
arch=(any)
url="https://github.com/ipython-contrib/$pkgname"
@@ -9,7 +9,7 @@ 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>=0.2.4' 'jupyter_highlight_selected_word>=0.0.10' 'jupyter_latex_envs>=1.3.8' python-yaml python-psutil)
-makedepends=(python-pip)
+makedepends=(python-pip mariadb)
_wheel="$pkgname-$pkgver-py2.py3-none-any.whl"
source=("$_wheel::https://files.pythonhosted.org/packages/py2.py3/${pkgname::1}/$pkgname/$_wheel")
md5sums=('e67bdc5116cd4f0d1e6a1dfc68776f39')