git » qt5-virtualkeyboard.git » commit e2f8b20

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 7aedd62e9e6633275f5ce04133335d7eb353a960

Remove i686 from arch=()

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 6226095..2dfd89d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=qt5-virtualkeyboard
 _qtver=5.9.2
 pkgver=${_qtver/-/}
 pkgrel=1
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url='http://qt-project.org/'
 license=('GPL3')
 pkgdesc='Virtual keyboard framework'