diff options
author | Carlos Aznarán | 2025-02-05 22:14:10 -0500 |
---|---|---|
committer | Carlos Aznarán | 2025-02-05 22:14:10 -0500 |
commit | fa833376f1dd94510920521e5104a05d2edebaea (patch) | |
tree | d0b2a90568eae50f595bb219ebe42ea81d4ce594 | |
parent | 4a6b5af4b1d087e34cdf30738ffcd89ddf2177b9 (diff) | |
download | aur-fa833376f1dd94510920521e5104a05d2edebaea.tar.gz |
Bump version to 4.0.2
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-mpi4py-intel pkgdesc = Python bindings for the Message Passing Interface compiled with intel mpi - pkgver = 4.0.1 + pkgver = 4.0.2 pkgrel = 1 url = https://github.com/mpi4py/mpi4py arch = x86_64 @@ -15,7 +15,7 @@ pkgbase = python-mpi4py-intel provides = python-mpi4py conflicts = python-mpi4py options = !emptydirs - source = mpi4py-4.0.1.tar.gz::https://github.com/mpi4py/mpi4py/archive/4.0.1.tar.gz - sha512sums = 644471bcca595000fa8ec968e9866504f5b060966bfd798ee5ef4e954d8b849b81488028aeb74a512730a92b6f386693db2314443bbbb272a59cbc161eec5523 + source = mpi4py-4.0.2.tar.gz::https://github.com/mpi4py/mpi4py/archive/4.0.2.tar.gz + sha512sums = 5a1e00b99a7bcae28912d72ccc775ed3e4541be67095e0697793761e43795acdcf1f8078924055f9b71b114e69bab1ed1796a2a61fbabcfc32d7b019b1258b63 pkgname = python-mpi4py-intel @@ -3,7 +3,7 @@ # Based on python-mpi4py, maintained by Bruno Pagani <archange@archlinux.org> and et.al. _base=mpi4py pkgname=python-${_base}-intel -pkgver=4.0.1 +pkgver=4.0.2 pkgrel=1 pkgdesc="Python bindings for the Message Passing Interface compiled with intel mpi" arch=(x86_64) @@ -16,7 +16,7 @@ provides=(python-${_base}) conflicts=(python-${_base}) options=(!emptydirs) source=(${_base}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz) -sha512sums=('644471bcca595000fa8ec968e9866504f5b060966bfd798ee5ef4e954d8b849b81488028aeb74a512730a92b6f386693db2314443bbbb272a59cbc161eec5523') +sha512sums=('5a1e00b99a7bcae28912d72ccc775ed3e4541be67095e0697793761e43795acdcf1f8078924055f9b71b114e69bab1ed1796a2a61fbabcfc32d7b019b1258b63') build() { cd ${_base}-${pkgver} |