summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2023-03-06 18:10:05 +0000
committerJoan Bruguera2023-03-06 18:10:05 +0000
commita334cb047be3cce5c25c74d844d613d030ad4c19 (patch)
treefef40a82f00976b0ab47b1ea46595e9d23869d9f
parent45f8c9856e5b90ef98e5fa2e3df8d4fb6870d0c9 (diff)
downloadaur-a334cb047be3cce5c25c74d844d613d030ad4c19.tar.gz
Remove i686 arch (due to being untested)
-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)