summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvangelos Foutras2017-11-15 14:29:11 +0000
committerEvangelos Foutras2017-11-15 14:29:11 +0000
commit40dc5356a733f78295608a47e3aae367eb13d44a (patch)
tree2026c5b8bec8ff45bcd458c276bf9702065f3f9c
parent01cde0e48b2a40df9aecb1599c1e85bb1750339b (diff)
downloadaur-40dc5356a733f78295608a47e3aae367eb13d44a.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 1fd0256c285b..95d8131638ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=patchage
pkgver=1.0.0
pkgrel=4
pkgdesc="A modular patch bay for audio and MIDI systems based on Jack and Alsa"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://drobilla.net/software/patchage"
license=('GPL3')
depends=('ganv' 'jack')