summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9902925edbd..dfcf00a65fb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,9 +9,9 @@ pkgbase = dune-fem
makedepends = graphviz
makedepends = python-scikit-build
makedepends = python-ninja
- depends = dune-alugrid>=2.9.0.2
- depends = dune-istl>=2.9.0.2
- depends = dune-localfunctions>=2.9.0.2
+ depends = dune-alugrid>=2.9.0
+ depends = dune-istl>=2.9.0
+ depends = dune-localfunctions>=2.9.0
depends = python-matplotlib
depends = python-scipy
depends = python-fenics-ufl
diff --git a/PKGBUILD b/PKGBUILD
index 2aaa0763c102..0350dd438ff5 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-fenics-ufl)
+depends=("dune-alugrid>=${pkgver::5}" "dune-istl>=${pkgver::5}" "dune-localfunctions>=${pkgver::5}" 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'