git » libp11.git » commit e8a7080

Fixed invalid arch

author Massimiliano Torromeo
2019-02-18 22:19:24 UTC
committer Massimiliano Torromeo
2019-02-18 22:19:24 UTC
parent a6794df303c6978eee8afdb8092317362c4cabeb

Fixed invalid arch

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index f300fec..78ff900 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=libp11
 pkgver=0.4.9
 pkgrel=1
 pkgdesc="A library implementing a small layer on top of the PKCS11 API"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="https://github.com/OpenSC/libp11/wiki"
 license=('LGPL')
 depends=('openssl')