summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5f30a6581f6..684fcc899341 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = mcxx
pkgver = 2.3.0.20190627
pkgrel = 2
url = https://pm.bsc.es/ompss
- arch = i686
arch = x86_64
license = GPL3
makedepends = python3
diff --git a/PKGBUILD b/PKGBUILD
index ece253fecc0c..ad75d44b324a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc='Mercurium is a C/C++/Fortran source-to-source compilation infrastructur
pkgver='2.3.0.20190627'
_bundlepkgver='19.06'
pkgrel='2'
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='https://pm.bsc.es/ompss'
license=('GPL3')
depends=(nanox gcc-fortran gperf sqlite3)