summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Lindner2019-10-03 11:34:08 +0200
committerFlorian Lindner2019-10-03 11:34:08 +0200
commit5ea201895daefe4657f693276e38721895e25037 (patch)
tree7f85b608259714068033beac3a67ba8dc043a2a1
parentb8b3f4b06e232ac0d609ad1d5802361ceabc4ba0 (diff)
downloadaur-5ea201895daefe4657f693276e38721895e25037.tar.gz
Update to version 1.6.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 456cfe678ff3..364d5a32d5a9 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.5.1
+ pkgver = 1.6.1
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.5.1.tar.gz
- sha256sums = 3124642f03f181e20823da3fbaeaf85136964ea717f239509842603de9b40baa
+ source = https://github.com/precice/precice/archive/v1.6.1.tar.gz
+ sha256sums = 7d0c54faa2c69e52304f36608d93c408629868f16f3201f663a0f9b2008f0763
pkgname = precice
diff --git a/PKGBUILD b/PKGBUILD
index 7f57eca816ac..d96690b5d7e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Florian Lindner <florian.lindner@xgm.de>
pkgname=precice
-pkgver=1.5.1
+pkgver=1.6.1
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=('3124642f03f181e20823da3fbaeaf85136964ea717f239509842603de9b40baa')
+sha256sums=('7d0c54faa2c69e52304f36608d93c408629868f16f3201f663a0f9b2008f0763')
build() {
cd "${pkgname}-${pkgver}"