git » nmap.git » commit 9ca5716

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 229c69189cba9b8511cb57758dc5753a9e123546

Remove i686 from arch=()

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index bc0b206..fa77fcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=7.60
 pkgrel=1
 pkgdesc='Utility for network discovery and security auditing'
 url='http://nmap.org/'
-arch=('i686' 'x86_64')
+arch=('x86_64')
 license=('GPL2')
 makedepends=('pygtk')
 optdepends=('pygtk: zenmap'