summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWill Handley2019-05-06 23:15:19 +0100
committerWill Handley2019-05-06 23:15:19 +0100
commit03ed34d195675a89c61e1ca48670ef1597bffc05 (patch)
treea2a06fbe73545f924580e0587892dc8e051a58c8 /PKGBUILD
parent550b447b9707c2b1f2e3d4b76d846fbcda0ec4d2 (diff)
downloadaur-03ed34d195675a89c61e1ca48670ef1597bffc05.tar.gz
Updated to version 3.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 598c6fded2c9..88a62060d08c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
_modulename=mpi4py-intel
pkgname=python-$_modulename
-pkgver=3.0.0
+pkgver=3.0.1
pkgrel=1
pkgdesc="Python bindings for the Message Passing Interface compiled with intel mpi"
arch=(any)
@@ -17,7 +17,8 @@ backup=()
options=(!emptydirs)
install=
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('77b05c836a414ca20083d6bb0e2d46c9b22940db73a822062ceb7517250b24ed')
+sha256sums=('770e8f0414addc88b36dd291fc28aaf2a2160d393f6f4b71a42511c51cbd63e7')
+
package() {
cd "$srcdir/mpi4py-$pkgver"
export MPICC=mpiicc