From 356469f594304b30f741415b3c5481ca1f76e7cf Mon Sep 17 00:00:00 2001 From: Evangelos Foutras Date: Wed, 15 Nov 2017 14:11:34 +0000 Subject: [PATCH] Remove i686 from arch=() --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 2b9efc4..c08d988 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=linux # Build stock -ARCH kernel _srcname=linux-4.13 pkgver=4.13.12 pkgrel=1 -arch=('i686' 'x86_64') +arch=('x86_64') url="https://www.kernel.org/" license=('GPL2') makedepends=('xmlto' 'kmod' 'inetutils' 'bc' 'libelf')