summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoan Bruguera2023-03-06 18:10:05 +0000
committerJoan Bruguera2023-03-06 18:10:05 +0000
commit1f5a5ea299b92478db003eb9795cce690bf8ede1 (patch)
treedf2193fa271fe94573fbd6603946a1fffb51a9e7 /PKGBUILD
parent44db28d3d8906084cbb22f512d89605f912fbb38 (diff)
downloadaur-1f5a5ea299b92478db003eb9795cce690bf8ede1.tar.gz
Remove i686 arch (due to being untested)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d5e6391d1f8f..a4c3c27beec5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname='tracking'
pkgdesc='Analyze how the behavior of a parallel application evolves through different scenarios (from BSC).'
pkgver='2.6.15.20221116'
pkgrel='1'
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools'
license=('GPL2')
depends=(wxparaver clusteringsuite python-pillow python-wxpython python-matplotlib)