summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvangelos Foutras2017-11-15 14:29:11 +0000
committerEvangelos Foutras2017-11-15 14:29:11 +0000
commitb2c92ccc3233acc60af630b4221a5df9f12df13c (patch)
treef62ac456c0c9ede1fc68a4e31f68ab9353b34091
parentd1e2ff8c7477ef5b1c0a34ad5b4dc9515602f9ce (diff)
downloadaur-b2c92ccc3233acc60af630b4221a5df9f12df13c.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 a7987bb0a3c8..83a9a6418c3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=snappy
pkgver=1.0
pkgrel=4
pkgdesc="Powerful media player with a minimalistic interface"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://wiki.gnome.org/Apps/Snappy"
license=('GPL')
depends=('gst-plugins-base' 'clutter-gst' 'clutter-gtk')