5.3.1-1 (clr 5.3.1-838)

This commit is contained in:
Josip Ponjavic 2019-09-24 22:46:02 +02:00
parent c8c37b1ec9
commit eea5c17612
2 changed files with 13 additions and 13 deletions

View file

@ -1,5 +1,5 @@
pkgbase = linux-clear
pkgver = 5.2.17
pkgver = 5.3.1
pkgrel = 1
url = https://github.com/clearlinux-pkgs/linux
arch = x86_64
@ -12,10 +12,10 @@ pkgbase = linux-clear
makedepends = libelf
makedepends = xmlto
options = !strip
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.17.xz
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.2.11-830
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.1.xz
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.3.1-838
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
source = 60-linux.hook
@ -24,9 +24,9 @@ pkgbase = linux-clear
source = linux.preset
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 54ad66f672e1a831b574f5e704e8a05f1e6180a8245d4bdd811208a6cb0ac1e7
sha256sums = 78f3c397513cf4ff0f96aa7d09a921d003e08fa97c09e0bb71d88211b40567b2
sha256sums = SKIP
sha256sums = c8d37e6f32f724af78e65253bd03e65ea8303560156b3b17740a613d44b6e7cb
sha256sums = 84cf9ac904a4af41c23b1830ea98872e43f014fe7daba3e295e45e7381024d34
sha256sums = SKIP
sha256sums = 8c11086809864b5cef7d079f930bd40da8d0869c091965fa62e95de9a0fe13b5
sha256sums = dbf4ac4b873ce6972e63b78d74ddba18f2701716163bb7f4b4fe5e909346a6e1

View file

@ -62,10 +62,10 @@ _enable_acs_override="y"
### IMPORTANT: Do no edit below this line unless you know what you're doing
_major=5.2
_minor=17
_major=5.3
_minor=1
_srcname=linux-${_major}
_clr=${_major}.11-830
_clr=${_major}.1-838
pkgbase=linux-clear
pkgver=${_major}.${_minor}
pkgrel=1
@ -105,7 +105,7 @@ prepare() {
echo "$_kernelname" > localversion.20-pkgname
### Add Clearlinux patches
for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | grep -Ev '^Patch0125' | sed -n 's/.*: //p'); do
for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | grep -Ev '^Patch0123' | sed -n 's/.*: //p'); do
msg2 "Applying patch ${i}..."
patch -Np1 -i "$srcdir/clearlinux/${i}"
done
@ -332,9 +332,9 @@ for _p in "${pkgname[@]}"; do
}"
done
sha256sums=('54ad66f672e1a831b574f5e704e8a05f1e6180a8245d4bdd811208a6cb0ac1e7'
sha256sums=('78f3c397513cf4ff0f96aa7d09a921d003e08fa97c09e0bb71d88211b40567b2'
'SKIP'
'c8d37e6f32f724af78e65253bd03e65ea8303560156b3b17740a613d44b6e7cb'
'84cf9ac904a4af41c23b1830ea98872e43f014fe7daba3e295e45e7381024d34'
'SKIP'
'8c11086809864b5cef7d079f930bd40da8d0869c091965fa62e95de9a0fe13b5'
'dbf4ac4b873ce6972e63b78d74ddba18f2701716163bb7f4b4fe5e909346a6e1'