summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvangelos Foutras2017-11-15 14:29:11 +0000
committerEvangelos Foutras2017-11-15 14:29:11 +0000
commite0cab38c60fe39cb2024e69ac93b8319e5a0243d (patch)
treeb488d56bf75dc3abab3c1e2f62954010286fef33
parentaa0a1e993267a09764b7ad3443ebdcac657a2920 (diff)
downloadaur-e0cab38c60fe39cb2024e69ac93b8319e5a0243d.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 9d0f0efc90d5..84d3016676ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=autocutsel
pkgver=0.10.0
pkgrel=2
pkgdesc="synchronizes the two copy/paste buffers mainly used by X applications"
-arch=('i686' 'x86_64')
+arch=('x86_64')
depends=('libxaw')
source=(https://github.com/sigmike/autocutsel/releases/download/$pkgver/autocutsel-$pkgver.tar.gz)
url="https://github.com/sigmike/autocutsel"