summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-06-18 16:59:05 -0500
committerCarlos Aznarán Laos2023-06-18 16:59:05 -0500
commit7d273970acb4714d3ab4b3956854f54f2071df7a (patch)
tree417a00d4cf8a9ce74bd9bf3238bab17469ed6628
parentf8f0f221d5d7064c70c67bad0e8dd7d20b79afcf (diff)
downloadaur-7d273970acb4714d3ab4b3956854f54f2071df7a.tar.gz
Fix dune-constrains
-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'