diff options
author | Florian Lindner | 2019-03-07 08:20:46 +0100 |
---|---|---|
committer | Florian Lindner | 2019-03-07 08:20:46 +0100 |
commit | 3436a88e26e81f63dff32d4faa76a6453f6b118e (patch) | |
tree | a7a19862ed9b80a74a6f4235f388d8117fbc44d4 | |
parent | aec7641d81c3f3ae4ff317d64e8d8b7a1196bbdd (diff) | |
download | aur-3436a88e26e81f63dff32d4faa76a6453f6b118e.tar.gz |
Update for preCICE 1.4.0
-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 = 1.2.0 + pkgver = 1.4.0 pkgrel = 1 url = https://www.precice.org arch = x86_64 @@ -9,8 +9,8 @@ pkgbase = precice depends = openmpi depends = boost provides = precice - source = https://github.com/precice/precice/archive/v1.2.0.tar.gz - sha256sums = 0784ecd002092949835151b90393beb6e9e7a3e9bd78ffd40d18302d6da4b05b + source = https://github.com/precice/precice/archive/v1.4.0.tar.gz + sha256sums = 3499bfc0941fb9f004d5e32eb63d64f93e17b4057fab3ada1cde40c8311bd466 pkgname = precice @@ -1,7 +1,7 @@ # Maintainer: Florian Lindner <florian.lindner@xgm.de> pkgname=precice -pkgver=1.2.0 +pkgver=1.4.0 pkgrel=1 pkgdesc="A Coupling Library for Partitioned Multi-Physics Simulations on Massively Parallel Systems" arch=('x86_64') @@ -12,7 +12,7 @@ makedepends=('cmake') optdepends=('') provides=('precice') source=("https://github.com/precice/precice/archive/v${pkgver}.tar.gz") -sha256sums=('0784ecd002092949835151b90393beb6e9e7a3e9bd78ffd40d18302d6da4b05b') +sha256sums=('3499bfc0941fb9f004d5e32eb63d64f93e17b4057fab3ada1cde40c8311bd466') build() { cd "${pkgname}-${pkgver}" |