git » cpio.git » commit fad013c

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 3c3f699b01db94194fa3fe12b810ad052161ed57

Remove i686 from arch=()

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 973ec34..313ba69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=cpio
 pkgver=2.12
 pkgrel=3
 pkgdesc="A tool to copy files into or out of a cpio or tar archive"
-arch=(i686 x86_64)
+arch=(x86_64)
 license=('GPL')
 url="http://www.gnu.org/software/cpio"
 depends=('glibc')