git » libaccounts-qt.git » commit 8886b19

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 0281b00fa1c6fc7f58845eab43202dfa19a83ae8

Remove i686 from arch=()

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 8afafd5..cf3ac98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=libaccounts-qt
 pkgdesc="Qt-based client library for accessing the online accounts database"
 pkgver=1.15
 pkgrel=1
-arch=(i686 x86_64)
+arch=(x86_64)
 url="https://gitlab.com/accounts-sso/libaccounts-qt"
 license=(LGPL)
 depends=(libaccounts-glib qt5-base)