git » lrzsz.git » commit 13eb3b4

Remove i686 from arch=()

author Evangelos Foutras
2017-11-15 14:29:11 UTC
committer Evangelos Foutras
2017-11-15 14:29:11 UTC
parent 17a0acbfb0c43808e9b4239a2b06a50f6e5cfe5e

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 +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 90cb6d9..d09f96a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=5
 pkgdesc="xmodem, ymodem and zmodem file transfer protocols"
 url="http://www.ohse.de/uwe/software/lrzsz.html"
 license=('GPL2')
-arch=('i686' 'x86_64')
+arch=('x86_64')
 source=(http://www.ohse.de/uwe/releases/$pkgname-$pkgver.tar.gz
 	lrzsz.patch)
 md5sums=('b5ce6a74abc9b9eb2af94dffdfd372a4'