diff options
-rw-r--r-- | mpich/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mpich/PKGBUILD b/mpich/PKGBUILD index 0ee21919e..00f60ee83 100644 --- a/mpich/PKGBUILD +++ b/mpich/PKGBUILD @@ -4,14 +4,14 @@ pkgname=mpich pkgver=3.4a2 -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.1.0' + 'gcc-libs=10.2.0' 'glibc>=2.31' 'libgfortran.so=5' 'libudev.so=1' |