diff options
-rw-r--r-- | mpich/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mpich/PKGBUILD b/mpich/PKGBUILD index 337410afc..e292197d8 100644 --- a/mpich/PKGBUILD +++ b/mpich/PKGBUILD @@ -4,14 +4,14 @@ pkgname=mpich pkgver=3.4.1 -pkgrel=1 +pkgrel=2 pkgdesc="An improved implementation of the Message Passing Interface." url="https://mpich.org" arch=('i686' 'pentium4' 'x86_64') license=("custom") replaces=(mpich2) _pinned_dependencies=( - 'gcc-libs=10.2.0' + 'gcc-libs=11.1.0' 'glibc>=2.31' 'libgfortran.so=5' 'libudev.so=1' |