summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-07-19 13:12:32 -0500
committerCarlos Aznarán Laos2023-07-19 13:12:32 -0500
commitf9a9358108d3c8081d2e9fb6925c94daf45dc741 (patch)
treea24862895030e25b0309acaa8e0ed483d376d171 /PKGBUILD
parentc8b1977f69320a88ef37cd8c26c3b8a77c0080eb (diff)
downloadaur-f9a9358108d3c8081d2e9fb6925c94daf45dc741.tar.gz
Update depedencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3009325a7696..9dd6ed3ed275 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Implementation of Discontinuous Galerkin schemes using the DUNE-FEM fra
arch=(x86_64)
url="https://dune-project.org/modules/${pkgname}"
license=(GPL2)
-depends=("dune-fem>=${pkgver}" python-sortedcontainers python-triangle)
+depends=("dune-fem>=${pkgver}")
makedepends=(doxygen graphviz python-scikit-build python-ninja)
optdepends=('doxygen: Generate the class documentation from C++ sources'
'graphviz: Graph visualization software')