summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2023-03-06 18:10:05 +0000
committerJoan Bruguera2023-03-06 18:10:05 +0000
commit8e97f8283c3f3ee4ff8d859e465105ed726b94c6 (patch)
treef115ed0be2626569555ba52ea2738b8baefe0cdf
parentc282b4e7e93f89ac710dc0971fdf1b8c79d1516e (diff)
downloadaur-8e97f8283c3f3ee4ff8d859e465105ed726b94c6.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 e9abc1f6c3da..b989674335e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = wxparaver
pkgver = 4.10.6.20221116
pkgrel = 1
url = https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools
- arch = i686
arch = x86_64
license = LGPL2.1
depends = wxwidgets-gtk3
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)