summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJackalope2022-02-25 13:23:38 -0600
committerJackalope2022-02-25 13:23:38 -0600
commitaf9b444968c53b444f50d7c862ad9a08afda7530 (patch)
tree0e0e0bf15db6333e71db07f3af6b020b54332b49
parentbcf77e6c0e5c514e9e6b8057e5a441ecf9832b3a (diff)
downloadaur-af9b444968c53b444f50d7c862ad9a08afda7530.tar.gz
Archs
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f021d9eaab5..61346a90cdb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,6 @@ pkgbase = bombardier
pkgrel = 1
url = https://github.com/codesenberg/bombardier
arch = x86_64
- arch = i686
license = MIT
makedepends = go
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 51100e423bd9..305eb89f578f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=bombardier
pkgver=1.2.5
pkgrel=1
pkgdesc="Crossplatform HTTP benchmarking tool written in Go"
-arch=('x86_64' 'i686')
+arch=('x86_64')
url="https://github.com/codesenberg/bombardier"
license=('MIT')
makedepends=('go')