From e6ed1deaef91ce1fe89c0d71ada23cc09cd69b13 Mon Sep 17 00:00:00 2001 From: Josip Ponjavic Date: Thu, 21 Jun 2018 06:35:53 +0200 Subject: [PATCH] 4.17.2-2 (clr 4.17.1-582) --- .SRCINFO | 4 ++-- PKGBUILD | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index cf5e6f8..98bad88 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = linux-clear pkgver = 4.17.2 - pkgrel = 1 + pkgrel = 2 url = https://github.com/clearlinux-pkgs/linux arch = x86_64 license = GPL2 @@ -16,7 +16,7 @@ pkgbase = linux-clear source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.17.tar.sign source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.17.2.xz source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.17.2.sign - source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#commit=21254c1e1eb22a12df00ca0d7decdb9e211b282c + source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#commit=b8b3652063aacc45f5bcc61d7904aec6e60ada0b source = https://downloadmirror.intel.com/27776/eng/microcode-20180425.tgz source = enable_additional_cpu_optimizations-20180509.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20180509.tar.gz source = 60-linux.hook diff --git a/PKGBUILD b/PKGBUILD index 6715184..1b99270 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ # Tweak kernel options prior to a build via nconfig _makenconfig= -_enable_gcc_more_v="n" +_enable_gcc_more_v="y" # Optionally select a sub architecture by number if building in a clean chroot # Leaving this entry blank will require user interaction during the build # which will cause a failure to build if using makechrootpkg. Note that the @@ -67,9 +67,9 @@ pkgbase=linux-clear __basekernel=4.17 _minor=2 pkgver=${__basekernel}.${_minor} -#_clearver=${__basekernel}.1-579 -_clearver=21254c1e1eb22a12df00ca0d7decdb9e211b282c -pkgrel=1 +#_clearver=${__basekernel}.1-582 +_clearver=b8b3652063aacc45f5bcc61d7904aec6e60ada0b +pkgrel=2 arch=('x86_64') url="https://github.com/clearlinux-pkgs/linux" license=('GPL2')