From e90155569b3786e48307dfd31c05c333d0fd7d5c Mon Sep 17 00:00:00 2001 From: Josip Ponjavic Date: Fri, 16 Aug 2019 22:36:51 +0200 Subject: [PATCH] 5.2.9-2 (clr 5.2.8-821) --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6c67934..35f6e69 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = linux-clear pkgver = 5.2.9 - pkgrel = 1 + pkgrel = 2 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.2.tar.xz source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.2.tar.sign source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.2.9.xz - source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.2.8-818 + source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.2.8-821 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-20190714.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20190714.tar.gz source = add-acs-overrides.patch::https://aur.archlinux.org/cgit/aur.git/plain/add-acs-overrides.patch?h=linux-vfio diff --git a/PKGBUILD b/PKGBUILD index 44bca80..c6ee6d2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -65,10 +65,10 @@ _enable_acs_override="y" _major=5.2 _minor=9 _srcname=linux-${_major} -_clr=${_major}.8-818 +_clr=${_major}.8-821 pkgbase=linux-clear pkgver=${_major}.${_minor} -pkgrel=1 +pkgrel=2 arch=('x86_64') url="https://github.com/clearlinux-pkgs/linux" license=('GPL2')