summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-07-30 13:33:20 -0500
committerCarlos Aznarán Laos2022-07-30 13:33:20 -0500
commit31ac170656c8739ef7a16c3c4f6898737aa01d80 (patch)
tree0b81c769c44e34f6f804ccd53e77b38e273bc647
parent2b48e0de8ce4debadb80ee68a98a39cc8d59afa4 (diff)
downloadaur-python-chemview-git.tar.gz
Add dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de91489b2ac0..c1bbbeea1a1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,9 @@ pkgbase = python-chemview-git
makedepends = git
makedepends = npm
depends = python-numba
+ depends = python-matplotlib
depends = jupyter-notebook
+ depends = python-ipywidgets
provides = python-chemview
conflicts = python-chemview
source = git+https://github.com/gabrielelanaro/chemview
diff --git a/PKGBUILD b/PKGBUILD
index 4a1224424159..8780d86f4beb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="An interactive molecular viewer for the IPython notebook (git version)"
arch=(any)
url="https://github.com/gabrielelanaro/${_name}"
license=("LGPL2.1")
-depends=(python-numba jupyter-notebook)
+depends=(python-numba python-matplotlib jupyter-notebook python-ipywidgets)
makedepends=(git npm)
source=(git+${url})
sha512sums=('SKIP')