From 78484c4db35bd4eb40df297f41dd12ecf744a37c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Wed, 5 Aug 2020 01:45:27 +0200 Subject: [PATCH] Bump to 5.8.0 --- PKGBUILD | 6 +++--- config.x86_64 | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 0f6ed6d..c80f31f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Customized version of linux for seblu computers pkgname=linux-seblu -pkgver=5.8.0_rc4 +pkgver=5.8.0 pkgrel=1 pkgdesc='The Linux Kernel cooked by Seblu' arch=('x86_64') @@ -14,10 +14,10 @@ depends=('linux-firmware' 'kernel-install-hook') install=linux-seblu.install _main=https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git _stable=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git -source=("git+$_main#tag=v5.8-rc4" +source=("git+$_main#tag=v5.8" "config.$CARCH") sha256sums=('SKIP' - '45b1029ad3a28e539bb26e73acc51e4931cedf7f203dcf9780765a0c8dee5f2d') + '36404d2b82d3abda34ac24ce3b21928169d348131a575205d08ed01eda69cfc6') prepare() { [[ -d linux-stable ]] && ln -snf linux-stable linux diff --git a/config.x86_64 b/config.x86_64 index 7e7aca0..9750328 100644 --- a/config.x86_64 +++ b/config.x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.8.0-rc4 Kernel Configuration +# Linux/x86 5.8.0 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.1.0" CONFIG_CC_IS_GCC=y -- GitLab