summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorValentina Schüller2024-04-12 17:26:12 +0200
committerValentina Schüller2024-04-12 17:26:12 +0200
commit93ded54809a9dd20b300ab47e384a637552075ff (patch)
tree1319074c637fd9a0668f14cebf04638f6636f158 /PKGBUILD
parent610e48de61d84bddab06ad226ddfa0bd4354d661 (diff)
downloadaur-precice.tar.gz
Bump version to 3.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c490d4ef89f..d0218aba15ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Florian Lindner <florian.lindner@xgm.de>
pkgname=precice
-pkgver=3.1.0
+pkgver=3.1.1
pkgrel=1
pkgdesc="A Coupling Library for Partitioned Multi-Physics Simulations on Massively Parallel Systems"
arch=(x86_64)
@@ -15,7 +15,7 @@ makedepends=(cmake eigen gcc-fortran)
optdepends=('man-db: manual pages for precice-tools'
'git: for Git Revision Info support')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('3c6b7d0dbdd8f37767acdeed51a984de2e76a066bc004ee7d0072f4f1edc4368dff1a9b290d3bd3c23dcda136a0a8d2c0d585229da24ad4b13583cfc70ddb9d4')
+sha512sums=('3e5837308e2009b6387182a93eaadf43fe276958029cb66b24e5fe532ade2597dabe525ea1cef298b75fd24b93325591b0b946d253128199c8e710e3e96e8f70')
build() {
cmake \