5.3.15-1 (clr 5.3.14-874)

This commit is contained in:
Josip Ponjavic 2019-12-04 23:46:40 +01:00
parent 9990184cd6
commit 3d6f579054
2 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
pkgbase = linux-clear
pkgdesc = Clear Linux
pkgver = 5.3.14
pkgrel = 2
pkgver = 5.3.15
pkgrel = 1
url = https://github.com/clearlinux-pkgs/linux
arch = x86_64
license = GPL2
@ -15,7 +15,7 @@ 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.14.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.3.15.xz
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.3.14-874
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
@ -23,7 +23,7 @@ pkgbase = linux-clear
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 78f3c397513cf4ff0f96aa7d09a921d003e08fa97c09e0bb71d88211b40567b2
sha256sums = SKIP
sha256sums = 6cd4270276e526f4324024e723b74fa18ef8d0e87752f58ea42e04198a301e81
sha256sums = 205c9ec3d4ab126bb0f7c7c7a66f97ea89fdbbfa2145c49490c86709648ff538
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=14
_minor=15
_srcname=linux-${_major}
_clr=${_major}.14-874
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' | sed -n 's/.*: //p'); do
for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | grep -Ev '^Patch0123|^Patch0130|^Patch0073' | sed -n 's/.*: //p'); do
msg2 "Applying patch ${i}..."
patch -Np1 -i "$srcdir/clearlinux/${i}"
done
@ -330,7 +330,7 @@ done
sha256sums=('78f3c397513cf4ff0f96aa7d09a921d003e08fa97c09e0bb71d88211b40567b2'
'SKIP'
'6cd4270276e526f4324024e723b74fa18ef8d0e87752f58ea42e04198a301e81'
'205c9ec3d4ab126bb0f7c7c7a66f97ea89fdbbfa2145c49490c86709648ff538'
'SKIP'
'8c11086809864b5cef7d079f930bd40da8d0869c091965fa62e95de9a0fe13b5'
'dbf4ac4b873ce6972e63b78d74ddba18f2701716163bb7f4b4fe5e909346a6e1')