git » qt5-webchannel.git » commit d03cfd6

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 b9bd0b4c67a3a98a81d16c49e9b2b34e103e26e2

Remove i686 from arch=()

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index c7a14d2..ac358a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=qt5-webchannel
 _qtver=5.9.2
 pkgver=${_qtver/-/}
 pkgrel=1
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients'