summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrobot Viktor2019-08-20 18:13:47 +0300
committerDrobot Viktor2019-08-20 18:13:47 +0300
commit697eb321f010a363d50faed163fac1b0a2e774b2 (patch)
tree22356ab3728b86b8873f96fd10bb4f585fc7a470
parent9f1ca779ca36103087df5570084f98381c823788 (diff)
downloadaur-697eb321f010a363d50faed163fac1b0a2e774b2.tar.gz
Fixed desc
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ab0d255419f..834f42ff2c20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = openmpi3-gcc7
- pkgdesc = High performance message passing library (MPI)
+ pkgdesc = High performance message passing library (MPI), version 3 (built with GCC7)
pkgver = 3.1.4
pkgrel = 1
url = https://www.open-mpi.org
diff --git a/PKGBUILD b/PKGBUILD
index 5453de5a0960..275d2d9b0bba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=openmpi
pkgver=3.1.4
_gccver=7.4.1
pkgrel=1
-pkgdesc='High performance message passing library (MPI)'
+pkgdesc='High performance message passing library (MPI), version 3 (built with GCC7)'
url='https://www.open-mpi.org'
arch=('x86_64')
license=('custom:OpenMPI')