git » grantlee.git » commit ac410c7

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 29f4df9c9127425bc4ddd2b9e21d0aad53f5a00f

Remove i686 from arch=()

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index db0a77e..facec67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=grantlee
 pkgver=5.1.0
 pkgrel=1
 pkgdesc="A string template engine based on the Django template system and written in Qt5"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="https://www.gitorious.org/grantlee/pages/Home"
 license=('LGPL3')
 depends=('qt5-script')