[arch-commits] Commit in python-mpi4py/trunk (PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Wed Feb 16 19:50:28 UTC 2022


    Date: Wednesday, February 16, 2022 @ 19:50:28
  Author: archange
Revision: 1133500

upgpkg: python-mpi4py 3.1.3-1

Modified:
  python-mpi4py/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-16 19:34:42 UTC (rev 1133499)
+++ PKGBUILD	2022-02-16 19:50:28 UTC (rev 1133500)
@@ -6,17 +6,17 @@
 
 _pkg=mpi4py
 pkgname=python-${_pkg}
-pkgver=3.1.1
-pkgrel=3
+pkgver=3.1.3
+pkgrel=1
 pkgdesc="Python bindings for the Message Passing Interface (MPI) standard"
 arch=(x86_64)
-url="https://bitbucket.org/mpi4py/mpi4py"
+url="https://github.com/mpi4py/mpi4py"
 license=(BSD)
 depends=(python openmpi)
 makedepends=(python-setuptools cython)
 checkdepends=(inetutils)
 source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('e11f8587a3b93bb24c8526addec664b586b965d83c0882b884c14dc3fd6b9f5c')
+sha256sums=('f1e9fae1079f43eafdd9f817cdb3fd30d709edc093b5d5dada57a461b2db3008')
 
 build() {
     cd ${_pkg}-${pkgver}



More information about the arch-commits mailing list