summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2023-03-06 18:10:05 +0000
committerJoan Bruguera2023-03-06 18:10:05 +0000
commit8a91aa633caa07fec2496f3d9c7d59bab9365e49 (patch)
treef304cffaa808dec277c8d8be3aeb91a4a2f67095
parente5ebc788a7c9e68da03e290fc43403818382bbf4 (diff)
downloadaur-8a91aa633caa07fec2496f3d9c7d59bab9365e49.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 8fa0cd515472..f59d31cc65db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = libbsctools
pkgver = 1.0.6.20230111
pkgrel = 2
url = https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools
- arch = i686
arch = x86_64
license = LGPL2.1
depends = boost
diff --git a/PKGBUILD b/PKGBUILD
index 3738a48a2efd..1e27f9fa7cd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname='libbsctools'
pkgdesc='Common library used by some BSC tools such as folding (from BSC).'
pkgver='1.0.6.20230111'
pkgrel='2'
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools'
license=('LGPL2.1')
depends=(boost)