git » signond.git » commit 6cd799b

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 a4def2fba4a73e70a16477e8ac8ee360a45ff144

Remove i686 from arch=()

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 79209f4..9d5b56b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=signond
 pkgver=8.59
 pkgrel=1
 pkgdesc="A D-Bus service which performs user authentication on behalf of its clients"
-arch=(i686 x86_64)
+arch=(x86_64)
 url="https://gitlab.com/accounts-sso/signond/"
 license=(LGPL)
 depends=(qt5-base libproxy)