summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValentina Schüller2024-06-10 08:03:39 +0200
committerValentina Schüller2024-06-10 08:03:39 +0200
commitc393e1cc062520cb403fa78487ce237b4a85f9ae (patch)
treed9ba6932dc2f80514c3415a404a8024fe344636f
parent93ded54809a9dd20b300ab47e384a637552075ff (diff)
downloadaur-c393e1cc062520cb403fa78487ce237b4a85f9ae.tar.gz
Bump version to 3.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ac9fbbd5d18..d3abc59cbd89 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.1
+ pkgver = 3.1.2
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.1.tar.gz::https://github.com/precice/precice/archive/v3.1.1.tar.gz
- sha512sums = 3e5837308e2009b6387182a93eaadf43fe276958029cb66b24e5fe532ade2597dabe525ea1cef298b75fd24b93325591b0b946d253128199c8e710e3e96e8f70
+ source = precice-3.1.2.tar.gz::https://github.com/precice/precice/archive/v3.1.2.tar.gz
+ sha512sums = 6f5ab1eda377b3411c257acf3d8a12b04fadd3dd94b86001fa77b8bb308f647797b7fcca8c8a24f79e23f6cfef6639f0ae5e82fee26e5180bea48b622bd33f5e
pkgname = precice
diff --git a/PKGBUILD b/PKGBUILD
index d0218aba15ec..2d9ba7111532 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Florian Lindner <florian.lindner@xgm.de>
pkgname=precice
-pkgver=3.1.1
+pkgver=3.1.2
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=('3e5837308e2009b6387182a93eaadf43fe276958029cb66b24e5fe532ade2597dabe525ea1cef298b75fd24b93325591b0b946d253128199c8e710e3e96e8f70')
+sha512sums=('6f5ab1eda377b3411c257acf3d8a12b04fadd3dd94b86001fa77b8bb308f647797b7fcca8c8a24f79e23f6cfef6639f0ae5e82fee26e5180bea48b622bd33f5e')
build() {
cmake \