summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJulian Xhokaxhiu2018-05-21 18:30:47 +0200
committerJulian Xhokaxhiu2018-05-21 18:30:47 +0200
commita31a087b2429b646abb63cd9ba64d45f56dcabcc (patch)
tree8033a3ca90968ed8da2c8d2a1a3c8171b71b0ee2 /PKGBUILD
parent50eed1b1ccd2bbfadc9420df2323b9ef4a3dc2fc (diff)
downloadaur-a31a087b2429b646abb63cd9ba64d45f56dcabcc.tar.gz
Fix arch syntax
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ad521139bf1..11cd925dace6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=omnikey_ifdokccid
pkgver=4.3.3
pkgrel=3
pkgdesc="PCSC driver for OMNIKEY 1021, 3x21, 6121,512x, 532x"
-arch=('any')
+arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url="http://www.hidglobal.com/"
license=('custom:HID_OK_Drivers_EULA')
depends=('libusb' 'pcsclite')