git » id3lib.git » commit 8d6456c

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 7b332643d775f15611c1c001a935bf74725f88b7

Remove i686 from arch=()

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 84c3f3e..c4f2b62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=id3lib
 pkgver=3.8.3
 pkgrel=16
 pkgdesc='Library for reading, writing, and manipulating ID3v1 and ID3v2 tags'
-arch=('i686' 'x86_64')
+arch=('x86_64')
 license=('LGPL')
 url="http://id3lib.sourceforge.net/"
 depends=('zlib' 'gcc-libs')