From 57eeaeb362bd64f075afb846af14bf7f69c527a7 Mon Sep 17 00:00:00 2001 From: Evangelos Foutras Date: Wed, 15 Nov 2017 14:11:34 +0000 Subject: [PATCH] Remove i686 from arch=() --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index ced6fa3..cd96ddb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pkcs11-helper pkgver=1.22 pkgrel=2 pkgdesc="A library that simplifies the interaction with PKCS11 providers for end-user applications using a simple API and optional OpenSSL engine" -arch=('i686' 'x86_64') +arch=('x86_64') url='https://github.com/OpenSC/pkcs11-helper' license=(GPL BSD) depends=('gnutls' 'nss' 'openssl')