5.1.16-3 (clr 5.1.16-794)

This commit is contained in:
Josip Ponjavic 2019-07-05 01:35:10 +02:00
parent 80fe720056
commit cc04d806ea
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = linux-clear
pkgver = 5.1.16
pkgrel = 2
pkgrel = 3
url = https://github.com/clearlinux-pkgs/linux
arch = x86_64
license = GPL2
@ -15,7 +15,7 @@ pkgbase = linux-clear
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.1.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.1.tar.sign
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.1.16.xz
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.1.15-792
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.1.16-794
source = intel-ucode-20190618.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-20190618.tar.gz
source = enable_additional_cpu_optimizations-20180509.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20180509.tar.gz
source = add-acs-overrides.patch::https://aur.archlinux.org/cgit/aur.git/plain/add-acs-overrides.patch?h=linux-vfio

View file

@ -40,7 +40,7 @@ _enable_gcc_more_v="y"
# 25. Intel Ice Lake (MICELAKE)
# 26. Generic-x86-64 (GENERIC_CPU)
# 27. Native optimizations autodetected by GCC (MNATIVE)
_subarch=
_subarch=27
# Compile ONLY probed modules
# Build in only the modules that you currently have probed in your system VASTLY
@ -69,10 +69,10 @@ _enable_acs_override="y"
_major=5.1
_minor=16
_srcname=linux-${_major}
_clr=${_major}.15-792
_clr=${_major}.16-794
pkgbase=linux-clear
pkgver=${_major}.${_minor}
pkgrel=2
pkgrel=3
arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux"
license=('GPL2')