summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2023-03-06 18:10:05 +0000
committerJoan Bruguera2023-03-06 18:10:05 +0000
commit59f6d5ae09cd60fd18efbf77a0e8de0b72fd3740 (patch)
tree29392a035e51a19b651e961c8b93e1c31986583b
parent3a79d250fc83b144c350b70c81810418efda7ada (diff)
downloadaur-folding.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 38c0583825e5..82ccca241dfd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = folding
pkgver = 1.4.1.20230112
pkgrel = 1
url = https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools
- arch = i686
arch = x86_64
license = GPL3
makedepends = gcc-fortran
diff --git a/PKGBUILD b/PKGBUILD
index c68ffc2b3182..1442b3634e6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname='folding'
pkgdesc='Combined instrumentation and sampling for instantaneous metric evolution with low overhead (from BSC).'
pkgver='1.4.1.20230112'
pkgrel='1'
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools'
license=('GPL3')
depends=(boost qt5-base libbsctools r clang python)