git » liblastfm.git » commit cdfe120

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 9d05bcd917e549196db7dde7d1a0ad1754f10b90

Remove i686 from arch=()

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 415230f..62f317b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=liblastfm
 pkgver=1.0.9
 pkgrel=2
 pkgdesc="A Qt4 C++ library for the Last.fm webservices"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url='https://github.com/lastfm/liblastfm/'
 license=('GPL3')
 depends=('qt4' 'fftw' 'libsamplerate')