summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c14f56a07d75..1d1f6818d938 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-clear
- pkgver = 5.0.12
+ pkgver = 5.0.13
pkgrel = 1
url = https://github.com/clearlinux-pkgs/linux
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = linux-clear
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.0.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.0.tar.sign
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.0.12.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.0.13.xz
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.0.11-747
source = intel-ucode-20190312.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-20190312.tar.gz
source = enable_additional_cpu_optimizations-20180509.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20180509.tar.gz
@@ -26,7 +26,7 @@ pkgbase = linux-clear
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 437b141a6499159f5a7282d5eb4b2be055f8e862ccce44d7464e8759c31a2e43
sha256sums = SKIP
- sha256sums = b256a17c9d4daaf5a182429a42dd6e973ab5ddfdc096a3b5a7d1b6bde52e2f48
+ sha256sums = 32c84ee7ea4ac2db5403df3336611ff7635fa9b7098f876e1da8009f9daff694
sha256sums = SKIP
sha256sums = 2a4438a66ed1a9b82be943d6d19366c006787ba5af302f425674ca6d8c928099
sha256sums = 226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d
diff --git a/PKGBUILD b/PKGBUILD
index 52a0abda8c94..496a0ad86c71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -65,7 +65,7 @@ _rev_override="n"
### IMPORTANT: Do no edit below this line unless you know what you're doing
_major=5.0
-_minor=12
+_minor=13
_srcname=linux-${_major}
_clr=${_major}.11-747
pkgbase=linux-clear
@@ -108,7 +108,7 @@ prepare() {
echo "$_kernelname" > localversion.20-pkgname
### Add Clearlinux patches
- for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | grep -Ev '^Patch0126|^Patch0001' | sed -n 's/.*: //p'); do
+ for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | grep -Ev '^Patch0126|^Patch0001|^Patch0003' | sed -n 's/.*: //p'); do
msg2 "Applying patch ${i}..."
patch -Np1 -i "$srcdir/clearlinux/${i}"
done
@@ -338,7 +338,7 @@ done
sha256sums=('437b141a6499159f5a7282d5eb4b2be055f8e862ccce44d7464e8759c31a2e43'
'SKIP'
- 'b256a17c9d4daaf5a182429a42dd6e973ab5ddfdc096a3b5a7d1b6bde52e2f48'
+ '32c84ee7ea4ac2db5403df3336611ff7635fa9b7098f876e1da8009f9daff694'
'SKIP'
'2a4438a66ed1a9b82be943d6d19366c006787ba5af302f425674ca6d8c928099'
'226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d'