git » signon-plugin-oauth2.git » commit 0bc3c74

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 4032f8e743ceabde16ed802587f7f1af88919f43

Remove i686 from arch=()

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index a81824f..c44bacf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgname=signon-oauth2
 pkgver=0.24
 pkgrel=1
 pkgdesc='OAuth 2 plugin for signon'
-arch=(i686 x86_64)
+arch=(x86_64)
 url="https://gitlab.com/accounts-sso/signon-plugin-oauth2"
 license=(LGPL)
 depends=(signond)