summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2021-12-26 11:55:04 -0500
committerCarlos Aznarán Laos2021-12-26 11:55:04 -0500
commit372e35788dfcbb6177f243525ec11e54dee23e27 (patch)
treec65aa385474dda72c4947c771e74a4c3f6b0e960 /PKGBUILD
parent8ef49c3bbc78d5d337e8be1b68574718d63b8467 (diff)
downloadaur-372e35788dfcbb6177f243525ec11e54dee23e27.tar.gz
Fix dune-mmesh version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b20b66e4db9e..bd4add738610 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=dune-mmesh
pkgname=(${pkgbase} python-${pkgbase})
pkgver=1.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="MMesh is a grid implementation based on CGAL triangulations"
arch=('x86_64')
url="https://dune-project.org/modules/${pkgbase}"
@@ -49,7 +49,7 @@ package_dune-mmesh() {
}
package_python-dune-mmesh() {
- depends=('dune-mmesh>=2.8.0' 'python-dune-fem>=2.8.0')
+ depends=('dune-mmesh>=1.3.1' 'python-dune-fem>=2.8.0')
pkgdesc+=" (python bindings)"
cd "build-cmake/python"
PYTHONPYCACHEPREFIX="${PWD}/.cache/cpython/" python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build