summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Lindner2019-05-29 09:07:37 +0200
committerFlorian Lindner2019-05-29 09:07:37 +0200
commitce5a182fc2d2dc2f6cdd8a0236d9aed54c6b10ec (patch)
tree90d57cadd4b7507d5f444ff573fc2a1cecbc9210
parent3436a88e26e81f63dff32d4faa76a6453f6b118e (diff)
downloadaur-ce5a182fc2d2dc2f6cdd8a0236d9aed54c6b10ec.tar.gz
New release 1.5.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64ffc3ac4b9d..08c328daf126 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.4.0
+ pkgver = 1.5.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.4.0.tar.gz
- sha256sums = 3499bfc0941fb9f004d5e32eb63d64f93e17b4057fab3ada1cde40c8311bd466
+ source = https://github.com/precice/precice/archive/v1.5.0.tar.gz
+ sha256sums = e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
pkgname = precice
diff --git a/PKGBUILD b/PKGBUILD
index 81edda7cbde8..bedc8a894cbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Florian Lindner <florian.lindner@xgm.de>
pkgname=precice
-pkgver=1.4.0
+pkgver=1.5.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=('3499bfc0941fb9f004d5e32eb63d64f93e17b4057fab3ada1cde40c8311bd466')
+sha256sums=('a2a794becd08717e3049252134ae35692fed71966ed32e22cca796a169c16c3e')
build() {
cd "${pkgname}-${pkgver}"