summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b8775a72f3c..8297cb4498b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,15 @@ pkgname=python-bempp-git
_pkgname=bempp
pkgdesc='The BEM++ boundary element library'
pkgver=3.3.4_ce2ffc1c
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
provides=('python-bempp')
url="https://bempp.com/"
license=(MIT)
options=('!strip')
depends=('python-scipy' 'python-mpi4py' 'intel-tbb')
-makedepends=('dune-common' 'dune-geometry' 'doxygen' 'dune-uggrid' 'cython>=0.22' 'git' 'cmake')
+makedepends=('dune-common' 'dune-geometry' 'doxygen' 'dune-uggrid'
+'cython>=0.22' 'git' 'cmake' 'python-sphinx')
optdepends=('ipython: interactive console'
'gmsh: external plots'
)