summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mpich2/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpich2/PKGBUILD b/mpich2/PKGBUILD
index c9466d1c..b226be58 100644
--- a/mpich2/PKGBUILD
+++ b/mpich2/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonathan Kotta <jpkotta at gmail dot com>
pkgname=mpich2
pkgver=1.5
-pkgrel=11
+pkgrel=12
pkgdesc="An improved implementation of the Message Passing Interface (legacy version)."
arch=('i686' 'pentium4' 'x86_64')
url="http://mpich.org"
@@ -14,7 +14,7 @@ _pinned_dependencies=(
'libnsl=1.2.0'
'libnuma.so=1'
'libxml2=2.9.10'
- 'pciutils=3.6.4'
+ 'pciutils=3.7.0'
)
depends=(python2 gcc-fortran openssh numactl "${_pinned_dependencies[@]}")
makedepends=(libtool make coreutils texlive-core sowing)