git » phonon.git » commit 072412b

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 24061d1e9f493c9a7c8f20b11e4e7f18c71fa08b

Remove i686 from arch=()

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 05c8b20..71d5d7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=phonon
 pkgname=('phonon-qt4' 'phonon-qt5')
 pkgver=4.9.1
 pkgrel=4
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url='http://phonon.kde.org/'
 license=('LGPL')
 makedepends=('extra-cmake-modules' 'automoc4' 'libpulse' 'qt5-base' 'qt5-tools')