From e2059f3dfd9108b350cb8d6ffbd47c205fccfd8f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= <seblu@seblu.net>
Date: Tue, 28 Jan 2020 05:15:03 +0100
Subject: [PATCH] Bump to 5.5

---
 PKGBUILD      | 6 +++---
 config.x86_64 | 7 +------
 2 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index 30bc2bc..399a21b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Customized version of linux for seblu computers
 
 pkgname=linux-seblu
-pkgver=5.5.0_rc4
+pkgver=5.5.0
 pkgrel=1
 pkgdesc='The Linux Kernel cooked by Seblu'
 arch=('x86_64')
@@ -12,10 +12,10 @@ options=('!strip' '!buildflags')
 makedepends=('glibc' 'libelf' 'kmod' 'git' 'make' 'gcc' 'bc' 'sed' 'cpio')
 depends=('linux-firmware' 'kernel-install-hook')
 install=linux-seblu.install
-source=('git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v5.5-rc4'
+source=('git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v5.5'
         "config.$CARCH")
 md5sums=('SKIP'
-         '98804b2a205a10b55b6daedeaa5b4308')
+         '14a4cdb6c441cf08b7678409527ceab7')
 
 pkgver() {
   cd linux
diff --git a/config.x86_64 b/config.x86_64
index ad03f08..f2ffbce 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.5.0-rc4 Kernel Configuration
+# Linux/x86 5.5.0 Kernel Configuration
 #
 
 #
@@ -806,13 +806,8 @@ CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
 CONFIG_PLUGIN_HOSTCC="g++"
 CONFIG_HAVE_GCC_PLUGINS=y
 CONFIG_GCC_PLUGINS=y
-
-#
-# GCC plugins
-#
 # CONFIG_GCC_PLUGIN_LATENT_ENTROPY is not set
 # CONFIG_GCC_PLUGIN_RANDSTRUCT is not set
-# end of GCC plugins
 # end of General architecture-dependent options
 
 CONFIG_RT_MUTEXES=y
-- 
GitLab