git » audiofile.git » commit 67c2f39

Remove i686 from arch=()

author Evangelos Foutras
2017-11-15 14:11:34 UTC
committer Evangelos Foutras
2017-11-15 14:11:34 UTC
parent 014342847785612c496b0a299332ab854f404728

Remove i686 from arch=()

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index beda121..45ec9ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=audiofile
 pkgver=0.3.6
 pkgrel=4
 pkgdesc="Silicon Graphics Audio File Library"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="https://audiofile.68k.org/"
 license=('LGPL')
 depends=('gcc-libs' 'alsa-lib' 'flac')