diff options
author | Valentina Schüller | 2024-06-10 08:03:39 +0200 |
---|---|---|
committer | Valentina Schüller | 2024-06-10 08:03:39 +0200 |
commit | c393e1cc062520cb403fa78487ce237b4a85f9ae (patch) | |
tree | d9ba6932dc2f80514c3415a404a8024fe344636f | |
parent | 93ded54809a9dd20b300ab47e384a637552075ff (diff) | |
download | aur-c393e1cc062520cb403fa78487ce237b4a85f9ae.tar.gz |
Bump version to 3.1.2
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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 \ |