summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d16b534e08c8..71fa471bb441 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openmpi-git
pkgdesc = High Performance Message Passing Library (MPI)
pkgver = 3.0.0.a1.r25968.r4a65b19
- pkgrel = 1
+ pkgrel = 2
url = https://www.open-mpi.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 80648247df35..5b554cbf6606 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rober Morales-Chaparro <rober.morales@gmail.com>
pkgname=openmpi-git
pkgver=3.0.0.a1.r25968.r4a65b19
-pkgrel=1
+pkgrel=2
pkgdesc="High Performance Message Passing Library (MPI)"
arch=('i686' 'x86_64')
url="https://www.open-mpi.org/"
@@ -33,7 +33,7 @@ prepare() {
build() {
cd "$srcdir/${pkgname%-git}"
./autogen.pl
- ./configure --prefix=/usr/local/
+ ./configure --prefix=/usr/
make
}