summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-08-30 12:50:14 -0500
committerCarlos Aznarán Laos2022-08-30 12:50:14 -0500
commite7a0e81eea746a40a007d658a8a3dbebe5b91a5b (patch)
treecbc94cb48c64ba9e08b43fff9df5095e2fea9cc2 /PKGBUILD
parentbccdca4f7a1edc54bf33fbf981164f67a9e3f97f (diff)
downloadaur-e7a0e81eea746a40a007d658a8a3dbebe5b91a5b.tar.gz
Bump version to 2.5.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 34381c284c0e..8e899366640a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
_base=pyprecice
pkgname=python-${_base}
pkgdesc="Python language bindings for the preCICE coupling library"
-pkgver=2.4.0.0
-pkgrel=4
+pkgver=2.5.0.0
+pkgrel=1
arch=(x86_64)
url="https://github.com/${_base/py/}/python-bindings"
license=(LGPL3)
depends=(precice python-mpi4py)
-makedepends=(python-setuptools cython)
+makedepends=(python-setuptools cython python-pkgconfig)
checkdepends=(openssh)
-source=(python-bindings-${pkgver}::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('62f6d779003e7260151e6c1ea74fb4fdf55dcd6c5b0cd8b1e7f3d3de0f52bb163d6bff86b5c0e27d136c7b0600cc3a3b152fb392e80569e033a5ae3d2eb1b41b')
+source=(python-bindings-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
+sha512sums=('6fd9582b1da9fd15a1d201e3a5e7bfdea66933f0a4e939f48f1644dcb5d9b649d3b6e28e89199bc09607d0a9f158a93df63f9d501e23c16bb81edcb221cdcded')
build() {
cd python-bindings-"${pkgver}"