5.3.12-2 (clr 5.3.12-871)

This commit is contained in:
Josip Ponjavic 2019-11-23 16:06:36 +01:00
parent 91ed6f9658
commit 56b3cd122b
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
pkgbase = linux-clear
pkgdesc = Clear Linux
pkgver = 5.3.12
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://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.3.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.3.tar.sign
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.3.12.xz
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.3.11-868
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.3.12-871
source = enable_additional_cpu_optimizations-20190822.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20190822.tar.gz
source = add-acs-overrides.patch::https://aur.archlinux.org/cgit/aur.git/plain/add-acs-overrides.patch?h=linux-vfio
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886

View file

@ -65,10 +65,10 @@ _enable_acs_override="y"
_major=5.3
_minor=12
_srcname=linux-${_major}
_clr=${_major}.11-868
_clr=${_major}.12-871
pkgbase=linux-clear
pkgver=${_major}.${_minor}
pkgrel=1
pkgrel=2
pkgdesc='Clear Linux'
arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux"