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
commit8e97f8283c3f3ee4ff8d859e465105ed726b94c6 (patch)
treef115ed0be2626569555ba52ea2738b8baefe0cdf /PKGBUILD
parentc282b4e7e93f89ac710dc0971fdf1b8c79d1516e (diff)
downloadaur-8e97f8283c3f3ee4ff8d859e465105ed726b94c6.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 8b53108eb461..e6f3eee2dbcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname='wxparaver'
pkgdesc='Expressive powerful and flexible trace visualizer for post-mortem trace analysis (from BSC).'
pkgver='4.10.6.20221116'
pkgrel='1'
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools'
license=('LGPL2.1')
depends=(wxwidgets-gtk3 webkit2gtk boost libxml2 zlib)