Remove i686 from arch=()
This commit is contained in:
parent
bc65fc2d3a
commit
356469f594
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
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')
|
||||
|
|
Loading…
Add table
Reference in a new issue