git » usbutils.git » commit d075969

Remove i686 from arch=()

author Evangelos Foutras
2017-11-15 14:11:34 UTC
committer Evangelos Foutras
2017-11-15 14:11:34 UTC
parent ddabbafd36aef20ae03c06c9bd335e2e90bde68c

Remove i686 from arch=()

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index e641670..833d9eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=usbutils
 pkgver=008
 pkgrel=1
 pkgdesc="USB Device Utilities"
-arch=(i686 x86_64)
+arch=(x86_64)
 license=('GPL')
 groups=('base')
 depends=('libusb' 'hwids')