summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvangelos Foutras2017-11-15 14:29:11 +0000
committerEvangelos Foutras2017-11-15 14:29:11 +0000
commit4df9883ef9b468ff4869a51b79748b59fa747baf (patch)
treedb4f87e45c99f5a9fff333be0027090cf643ffeb
parent68c260b6062f18372bf5b5ff2a1aa693574a34dd (diff)
downloadaur-4df9883ef9b468ff4869a51b79748b59fa747baf.tar.gz
Remove i686 from arch=()
FTR, commands used to change arch=() and then verify the changes: $ sed -Ei "/^arch=/{s/ *?['\"]?i686['\"]? *?//;s/ *$//}" */*/PKGBUILD* $ grep -r i686 * | grep arch= | grep -v repos $ svn diff | grep -A 1 ^-[^-] | grep -v -- -- | cut -c2- | while IFS=$'\n' read -r l1; IFS=$'\n' read -r l2; do echo "$l1 -> $l2" done | sort -u
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5290b14b106..e23e7ac3a9ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=1.4.28
pkgrel=1
_magic_dl_id=4230
pkgdesc="A generic USB Chip/Smart Card Interface Devices driver"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://pcsclite.alioth.debian.org/ccid.html"
license=('LGPL' 'GPL')
depends=('pcsclite' 'libusb' 'flex')