git » cracklib.git » commit 749883e

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 ae873e6a40bd084dfdb300edf5223455289302f0

Remove i686 from arch=()

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index b386ea3..b056a37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=cracklib
 pkgver=2.9.6
 pkgrel=1
 pkgdesc="Password Checking Library"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 license=('GPL')
 url="https://github.com/cracklib/cracklib"
 depends=('glibc' 'zlib')