git » portsmf.git » commit 743ead5

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 58e571ea7d6aeb5063f359dd08a685c12265cbfe

Remove i686 from arch=()

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 693ff65..057e4e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=portsmf
 pkgver=228
 pkgrel=2
 pkgdesc="Portable library for reading/writing Standard MIDI Files"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="http://sourceforge.net/p/portmedia/wiki/portsmf/"
 license=('MIT')
 depends=('gcc-libs')