summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-09-05 13:22:59 -0500
committerCarlos Aznarán Laos2022-09-05 13:22:59 -0500
commitf495ae9cd623c2387b3046df213d3956f2aa31b5 (patch)
tree97ae18648ab0381cfe03cc140893e7317ca755aa
parente7a0e81eea746a40a007d658a8a3dbebe5b91a5b (diff)
downloadaur-f495ae9cd623c2387b3046df213d3956f2aa31b5.tar.gz
Bump version to 2.5.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54c242fd33dd..5df23f8e5e1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyprecice
pkgdesc = Python language bindings for the preCICE coupling library
- pkgver = 2.5.0.0
+ pkgver = 2.5.0.1
pkgrel = 1
url = https://github.com/precice/python-bindings
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = python-pyprecice
makedepends = python-pkgconfig
depends = precice
depends = python-mpi4py
- source = python-bindings-2.5.0.0.tar.gz::https://github.com/precice/python-bindings/archive/v2.5.0.0.tar.gz
- sha512sums = 6fd9582b1da9fd15a1d201e3a5e7bfdea66933f0a4e939f48f1644dcb5d9b649d3b6e28e89199bc09607d0a9f158a93df63f9d501e23c16bb81edcb221cdcded
+ source = python-bindings-2.5.0.1.tar.gz::https://github.com/precice/python-bindings/archive/v2.5.0.1.tar.gz
+ sha512sums = 7df95399ba2ee382e78f4c49c44ccd91b66f3e7715f922274a77920be67165bfa8b98f39db03b42320d9f5625763dd2791a02160722ef9acfab9ed60ecebc3ed
pkgname = python-pyprecice
diff --git a/PKGBUILD b/PKGBUILD
index 8e899366640a..e4ac495f219a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_base=pyprecice
pkgname=python-${_base}
pkgdesc="Python language bindings for the preCICE coupling library"
-pkgver=2.5.0.0
+pkgver=2.5.0.1
pkgrel=1
arch=(x86_64)
url="https://github.com/${_base/py/}/python-bindings"
@@ -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=('6fd9582b1da9fd15a1d201e3a5e7bfdea66933f0a4e939f48f1644dcb5d9b649d3b6e28e89199bc09607d0a9f158a93df63f9d501e23c16bb81edcb221cdcded')
+sha512sums=('7df95399ba2ee382e78f4c49c44ccd91b66f3e7715f922274a77920be67165bfa8b98f39db03b42320d9f5625763dd2791a02160722ef9acfab9ed60ecebc3ed')
build() {
cd python-bindings-"${pkgver}"