From 8f9271bc06459e531e73a6ab65f324707560ca4c Mon Sep 17 00:00:00 2001 From: Evangelos Foutras Date: Wed, 15 Nov 2017 14:29:11 +0000 Subject: [PATCH] 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 --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index d2d6d93..45f0849 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=sway pkgver=0.15.0 pkgrel=1 pkgdesc="i3 compatible window manager for Wayland" -arch=("i686" "x86_64") +arch=("x86_64") url="http://swaywm.org" license=("MIT") backup=("etc/sway/security")