5.3.10-1 (clr 5.3.9-863)

This commit is contained in:
Josip Ponjavic 2019-11-10 13:12:27 +01:00
parent 7a358a4558
commit e411252fbc
2 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
pkgbase = linux-clear
pkgdesc = Clear Linux
pkgver = 5.3.9
pkgrel = 2
pkgver = 5.3.10
pkgrel = 1
url = https://github.com/clearlinux-pkgs/linux
arch = x86_64
license = GPL2
@ -15,15 +15,15 @@ pkgbase = linux-clear
options = !strip
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.9.xz
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.3.8-859
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.3.10.xz
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.3.9-863
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
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 78f3c397513cf4ff0f96aa7d09a921d003e08fa97c09e0bb71d88211b40567b2
sha256sums = SKIP
sha256sums = 92ee77e57bcde9bddfa3db69c26805fbffa27ca128feba670e04664e1407dc63
sha256sums = 4c0304c4ac05105881c7f50463a1485a71c0a5899830f07eac0321f32ae4eb4a
sha256sums = SKIP
sha256sums = 8c11086809864b5cef7d079f930bd40da8d0869c091965fa62e95de9a0fe13b5
sha256sums = dbf4ac4b873ce6972e63b78d74ddba18f2701716163bb7f4b4fe5e909346a6e1

View file

@ -63,12 +63,12 @@ _enable_acs_override="y"
### IMPORTANT: Do no edit below this line unless you know what you're doing
_major=5.3
_minor=9
_minor=10
_srcname=linux-${_major}
_clr=${_major}.8-859
_clr=${_major}.9-863
pkgbase=linux-clear
pkgver=${_major}.${_minor}
pkgrel=2
pkgrel=1
pkgdesc='Clear Linux'
arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux"
@ -103,7 +103,7 @@ prepare() {
echo "${pkgbase#linux}" > localversion.20-pkgname
### Add Clearlinux patches
for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | grep -Ev '^Patch0123|^Patch0130|^Patch0073' | sed -n 's/.*: //p'); do
for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | grep -Ev '^Patch0123|^Patch0130' | sed -n 's/.*: //p'); do
msg2 "Applying patch ${i}..."
patch -Np1 -i "$srcdir/clearlinux/${i}"
done
@ -329,7 +329,7 @@ done
sha256sums=('78f3c397513cf4ff0f96aa7d09a921d003e08fa97c09e0bb71d88211b40567b2'
'SKIP'
'92ee77e57bcde9bddfa3db69c26805fbffa27ca128feba670e04664e1407dc63'
'4c0304c4ac05105881c7f50463a1485a71c0a5899830f07eac0321f32ae4eb4a'
'SKIP'
'8c11086809864b5cef7d079f930bd40da8d0869c091965fa62e95de9a0fe13b5'
'dbf4ac4b873ce6972e63b78d74ddba18f2701716163bb7f4b4fe5e909346a6e1')