git » libofa.git » commit 2c1a6b6

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 e89334c62fa5f69c500843a3545afec79355885a

Remove i686 from arch=()

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index b8a9006..45b6b5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=libofa
 pkgver=0.9.3
 pkgrel=7
 pkgdesc="An open-source audio fingerprint by MusicIP"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="https://github.com/tanob/libofa"
 license=('GPL2' 'custom')
 depends=('expat' 'curl' 'fftw')