git » signon-ui.git » commit 6fb83c0

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 8792975ac5ae62c0350c473d889613950f05ee79

Remove i686 from arch=()

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 709126c..57aa4ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=0.17+20150611
 pkgrel=1
 _commit=3acb6541
 pkgdesc='UI component responsible for handling the user interactions which can happen during the login process of an online account'
-arch=(i686 x86_64)
+arch=(x86_64)
 url="https://launchpad.net/online-accounts-signon-ui"
 license=(GPL)
 depends=(libaccounts-qt qt5-webkit signond libnotify)