git » pyalpm.git » commit 821e9e8

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 cfef34e4bd88be309eb9a2d11f0b26c83579b82d

Remove i686 from arch=()

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 9e138b3..fc2e170 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=pyalpm
 pkgver=0.8.2
 pkgrel=2
 pkgdesc="Libalpm bindings for Python 3"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="https://git.archlinux.org/pyalpm.git/"
 license=('GPL')
 makedepends=('git')