summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-05-27 20:22:01 -0500
committerCarlos Aznarán Laos2023-05-27 20:22:01 -0500
commit01c04445b0e6ec35ea3f919403186344331891a3 (patch)
tree7fca019d015ea644e2856e6b2bc10c2466d55732 /PKGBUILD
parent11e647f0b1a5e9dd9862f79cc2cf1b77b0fd3ad7 (diff)
downloadaur-01c04445b0e6ec35ea3f919403186344331891a3.tar.gz
Python 3.11 rebuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f6f0c96d0db..068d65f0cdf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=dune-fem
_tarver=2.9.0
_tar="${_tarver}/${pkgname}-${_tarver}.tar.gz"
pkgver="${_tarver}"
-pkgrel=1
+pkgrel=2
pkgdesc="A discretization module providing an implementation of mathematical abstractions to solve PDEs on parallel computers including local grid adaptivity, dynamic load balancing, and higher order discretization schemes"
arch=(x86_64)
url="https://dune-project.org/modules/${pkgname}"