summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-07-16 23:09:59 -0500
committerCarlos Aznarán Laos2022-07-16 23:09:59 -0500
commit398030b1971c1d29c71aef2e0b7ff6e0db40b65e (patch)
treedd9bb1eb1f93eaabfb3aec742055cfb638105ee6
parentddd60f4c2ec8c0576304d5a0316f4db986cc8d07 (diff)
downloadaur-398030b1971c1d29c71aef2e0b7ff6e0db40b65e.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 ea16f5b7a76b..22760ee138d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pyprecice
pkgdesc = Python language bindings for the preCICE coupling library
pkgver = 2.4.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/precice/python-bindings
arch = x86_64
license = LGPL3
@@ -11,6 +11,6 @@ pkgbase = python-pyprecice
depends = precice
depends = python-mpi4py
source = python-bindings-2.4.0.0::https://github.com/precice/python-bindings/archive/v2.4.0.0.tar.gz
- sha512sums = c4001e676e623d299f9be214b1f04d95497e93fed1d68a1bf3ac1d12cd154fc6c6186c7918ebb7e5ebb73de57f783e9d9509a5b23ad42e8562aecec2925d413c
+ sha512sums = 62f6d779003e7260151e6c1ea74fb4fdf55dcd6c5b0cd8b1e7f3d3de0f52bb163d6bff86b5c0e27d136c7b0600cc3a3b152fb392e80569e033a5ae3d2eb1b41b
pkgname = python-pyprecice
diff --git a/PKGBUILD b/PKGBUILD
index ed960302393d..8e84df9671a6 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.4.0.0
-pkgrel=2
+pkgrel=3
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)
checkdepends=(openssh)
source=(python-bindings-${pkgver}::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('c4001e676e623d299f9be214b1f04d95497e93fed1d68a1bf3ac1d12cd154fc6c6186c7918ebb7e5ebb73de57f783e9d9509a5b23ad42e8562aecec2925d413c')
+sha512sums=('62f6d779003e7260151e6c1ea74fb4fdf55dcd6c5b0cd8b1e7f3d3de0f52bb163d6bff86b5c0e27d136c7b0600cc3a3b152fb392e80569e033a5ae3d2eb1b41b')
build() {
cd python-bindings-"${pkgver}"