summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-04-12 13:58:50 -0500
committerCarlos Aznarán2024-04-12 13:58:50 -0500
commit221835e08cb4ef806a2e1a79bdd9fb996967927f (patch)
tree5cb8f4b92a0c36fe31a41daee6efb92fe839a562 /PKGBUILD
parent7ebaf22eab358663527157ca7d7cb318910add05 (diff)
downloadaur-221835e08cb4ef806a2e1a79bdd9fb996967927f.tar.gz
Bump version to 3.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea3276da7b65..4da86e1b430b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_base=pyprecice
pkgname=python-${_base}
pkgdesc="Python language bindings for the preCICE coupling library"
-pkgver=3.0.0.0
-pkgrel=2
+pkgver=3.1.0
+pkgrel=1
arch=(x86_64)
url="https://github.com/${_base/py/}/python-bindings"
license=(LGPL-3.0-or-later)
depends=(precice python-mpi4py)
makedepends=(python-build python-installer python-setuptools cython python-pkgconfig python-wheel)
source=(python-bindings-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('74181dbfaee6e87995e81ba66698ed534203426507929a83dad4d1f10d6d8bb9eabdd577708eb87565812f10a87862791b8641feffc2a20c1e507ba72256954f')
+sha512sums=('4074a07132b5f6031eac2aeb91e8ab3785515634cde72718e2ecff135d253b4d102ae97806961ebb12f628af5c6017590b69f62eaf4492a3b4b24a07ff2060ae')
build() {
cd python-bindings-${pkgver}