summarylogtreecommitdiffstats
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
parent610e48de61d84bddab06ad226ddfa0bd4354d661 (diff)
downloadaur-93ded54809a9dd20b300ab47e384a637552075ff.tar.gz
Bump version to 3.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2638269971f..0ac9fbbd5d18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = precice
pkgdesc = A Coupling Library for Partitioned Multi-Physics Simulations on Massively Parallel Systems
- pkgver = 3.1.0
+ pkgver = 3.1.1
pkgrel = 1
url = https://precice.org
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = precice
optdepends = man-db: manual pages for precice-tools
optdepends = git: for Git Revision Info support
conflicts = petsc-complex
- source = precice-3.1.0.tar.gz::https://github.com/precice/precice/archive/v3.1.0.tar.gz
- sha512sums = 3c6b7d0dbdd8f37767acdeed51a984de2e76a066bc004ee7d0072f4f1edc4368dff1a9b290d3bd3c23dcda136a0a8d2c0d585229da24ad4b13583cfc70ddb9d4
+ source = precice-3.1.1.tar.gz::https://github.com/precice/precice/archive/v3.1.1.tar.gz
+ sha512sums = 3e5837308e2009b6387182a93eaadf43fe276958029cb66b24e5fe532ade2597dabe525ea1cef298b75fd24b93325591b0b946d253128199c8e710e3e96e8f70
pkgname = precice
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 \