summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Lindner2019-03-07 08:20:46 +0100
committerFlorian Lindner2019-03-07 08:20:46 +0100
commit3436a88e26e81f63dff32d4faa76a6453f6b118e (patch)
treea7a19862ed9b80a74a6f4235f388d8117fbc44d4
parentaec7641d81c3f3ae4ff317d64e8d8b7a1196bbdd (diff)
downloadaur-3436a88e26e81f63dff32d4faa76a6453f6b118e.tar.gz
Update for preCICE 1.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 941fd7bd60e7..64ffc3ac4b9d 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 = 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
diff --git a/PKGBUILD b/PKGBUILD
index b9b1cf62c77a..81edda7cbde8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"