git » qt5-speech.git » commit e0bc4a9

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 40e86de46900eef2c21a7c4e11024ba4d697cc7f

Remove i686 from arch=()

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index df32ca3..89614fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=qt5-speech
 _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='Qt module to make text to speech and speech recognition easy'