summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49ddf0d081d7..b9902925edbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = dune-fem
depends = dune-localfunctions>=2.9.0.2
depends = python-matplotlib
depends = python-scipy
- depends = python-ufl
+ depends = python-fenics-ufl
optdepends = doxygen: Generate the class documentation from C++ sources
optdepends = graphviz: Graph visualization software
optdepends = eigen: Lightweight C++ template library for vector and matrix math
diff --git a/PKGBUILD b/PKGBUILD
index db135416c061..2aaa0763c102 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A discretization module providing an implementation of mathematical abs
arch=(x86_64)
url="https://dune-project.org/modules/${pkgname}"
license=('GPL2')
-depends=("dune-alugrid>=${pkgver}" "dune-istl>=${pkgver}" "dune-localfunctions>=${pkgver}" python-matplotlib python-scipy python-ufl)
+depends=("dune-alugrid>=${pkgver}" "dune-istl>=${pkgver}" "dune-localfunctions>=${pkgver}" python-matplotlib python-scipy python-fenics-ufl)
makedepends=(doxygen graphviz python-scikit-build python-ninja)
optdepends=('doxygen: Generate the class documentation from C++ sources'
'graphviz: Graph visualization software'