summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-02-21 09:31:48 -0500
committerCarlos Aznarán Laos2023-02-21 09:31:48 -0500
commit0d790f3451c78e0c12f75f9b12aa4ce5ed573679 (patch)
treed6a65c7055ab13dc47382aa9976a4932a5de64b5
parentcc4e373fd70477135d75211f9b9f9df51f93e7eb (diff)
downloadaur-0d790f3451c78e0c12f75f9b12aa4ce5ed573679.tar.gz
Bump version to 2.5.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc00b2afef97..9feecec976a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pyprecice
pkgdesc = Python language bindings for the preCICE coupling library
- pkgver = 2.5.0.1
- pkgrel = 2
+ pkgver = 2.5.0.2
+ pkgrel = 1
url = https://github.com/precice/python-bindings
arch = x86_64
license = LGPL3
@@ -11,7 +11,7 @@ pkgbase = python-pyprecice
makedepends = python-pkgconfig
depends = precice
depends = python-mpi4py
- source = python-bindings-2.5.0.1.tar.gz::https://github.com/precice/python-bindings/archive/v2.5.0.1.tar.gz
- sha512sums = d2d6b0761e9fc00bec47479e9bc96fce522d86257221d7fda11a82ffca7db1d5b850cca7f76c851663a5735f77c1da6519b958111afff1154afbc13c78080c6d
+ source = python-bindings-2.5.0.2.tar.gz::https://github.com/precice/python-bindings/archive/v2.5.0.2.tar.gz
+ sha512sums = d1ad22dd7a312dde8533e80f4051628d2553b2e0b11fbe2475871d685fc60320bdbda926088f0076822b7840fe5a3049965b85e081b220cc6320d65851335ef6
pkgname = python-pyprecice
diff --git a/PKGBUILD b/PKGBUILD
index e9d2e9daf064..7f5027ff9958 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_base=pyprecice
pkgname=python-${_base}
pkgdesc="Python language bindings for the preCICE coupling library"
-pkgver=2.5.0.1
-pkgrel=2
+pkgver=2.5.0.2
+pkgrel=1
arch=(x86_64)
url="https://github.com/${_base/py/}/python-bindings"
license=(LGPL3)
@@ -12,7 +12,7 @@ depends=(precice python-mpi4py)
makedepends=(python-setuptools cython python-pkgconfig)
checkdepends=(openssh)
source=(python-bindings-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('d2d6b0761e9fc00bec47479e9bc96fce522d86257221d7fda11a82ffca7db1d5b850cca7f76c851663a5735f77c1da6519b958111afff1154afbc13c78080c6d')
+sha512sums=('d1ad22dd7a312dde8533e80f4051628d2553b2e0b11fbe2475871d685fc60320bdbda926088f0076822b7840fe5a3049965b85e081b220cc6320d65851335ef6')
build() {
cd python-bindings-"${pkgver}"