Remove i686 from arch=()

This commit is contained in:
Evangelos Foutras
2017-11-15 14:11:34 +00:00
parent 5bcb28f4fa
commit 57eeaeb362

View File

@@ -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')