summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2020-12-02 09:11:09 +0000
committerWill Handley2020-12-02 09:11:09 +0000
commita54a2273145fa51230275528512b63da1fced21e (patch)
tree819241d01acdaf27111923dcac3f7d8ed4466ce5
parentaeb92ecb641b2a2c17024a5113aa728590a853ab (diff)
downloadaur-a54a2273145fa51230275528512b63da1fced21e.tar.gz
Python 3.9 bump
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5fa95b56a97..c679fdf4a5e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Mon May 6 22:14:55 UTC 2019
pkgbase = python-mpi4py-intel
pkgdesc = Python bindings for the Message Passing Interface compiled with intel mpi
- pkgver = 3.0.1
- pkgrel = 1
+ pkgver = 3.0.3
+ pkgrel = 2
url = https://github.com/mpi4py/mpi4py
arch = any
license = custom
@@ -12,8 +10,8 @@ pkgbase = python-mpi4py-intel
provides = python-mpi4py
conflicts = python-mpi4py
options = !emptydirs
- source = https://github.com/mpi4py/mpi4py/archive/3.0.1.tar.gz
- sha256sums = 770e8f0414addc88b36dd291fc28aaf2a2160d393f6f4b71a42511c51cbd63e7
+ source = https://github.com/mpi4py/mpi4py/archive/3.0.3.tar.gz
+ sha256sums = 1df2c50e83174a965f55ee31782e5d84388a68c618c0a3c697a63247fe6409cb
pkgname = python-mpi4py-intel
diff --git a/PKGBUILD b/PKGBUILD
index f258aa81b148..d3960a6923fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_modulename=mpi4py-intel
pkgname=python-$_modulename
pkgver=3.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Python bindings for the Message Passing Interface compiled with intel mpi"
arch=(any)
url="https://github.com/mpi4py/mpi4py"