summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-09-15 21:43:05 -0500
committerCarlos Aznarán Laos2022-09-15 21:43:05 -0500
commitcc4e373fd70477135d75211f9b9f9df51f93e7eb (patch)
tree1b9493eb32ec7bc81d8c14e37cf52702b698fe11
parentf495ae9cd623c2387b3046df213d3956f2aa31b5 (diff)
downloadaur-cc4e373fd70477135d75211f9b9f9df51f93e7eb.tar.gz
Update checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5df23f8e5e1b..fc00b2afef97 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 = 1
+ pkgrel = 2
url = https://github.com/precice/python-bindings
arch = x86_64
license = LGPL3
@@ -12,6 +12,6 @@ pkgbase = python-pyprecice
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 = 7df95399ba2ee382e78f4c49c44ccd91b66f3e7715f922274a77920be67165bfa8b98f39db03b42320d9f5625763dd2791a02160722ef9acfab9ed60ecebc3ed
+ sha512sums = d2d6b0761e9fc00bec47479e9bc96fce522d86257221d7fda11a82ffca7db1d5b850cca7f76c851663a5735f77c1da6519b958111afff1154afbc13c78080c6d
pkgname = python-pyprecice
diff --git a/PKGBUILD b/PKGBUILD
index e4ac495f219a..e9d2e9daf064 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _base=pyprecice
pkgname=python-${_base}
pkgdesc="Python language bindings for the preCICE coupling library"
pkgver=2.5.0.1
-pkgrel=1
+pkgrel=2
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=('7df95399ba2ee382e78f4c49c44ccd91b66f3e7715f922274a77920be67165bfa8b98f39db03b42320d9f5625763dd2791a02160722ef9acfab9ed60ecebc3ed')
+sha512sums=('d2d6b0761e9fc00bec47479e9bc96fce522d86257221d7fda11a82ffca7db1d5b850cca7f76c851663a5735f77c1da6519b958111afff1154afbc13c78080c6d')
build() {
cd python-bindings-"${pkgver}"