From 0ca5872ff49e69e538614457a67a02b5f06e1056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Thu, 28 Nov 2019 02:17:30 +0100 Subject: [PATCH] Release v5.4.0-1 --- PKGBUILD | 6 +++--- config.x86_64 | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index cfc3711..e41987a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Customized version of linux for seblu computers pkgname=linux-seblu -pkgver=5.4.0_rc8 +pkgver=5.4.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.4-rc8' +source=('git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v5.4' "config.$CARCH") md5sums=('SKIP' - 'e4e75471e39dc063fd7f710e1f0ff6a8') + '4560f05e471980da02d8482a4ea87822') pkgver() { cd linux diff --git a/config.x86_64 b/config.x86_64 index 71e6fcf..3dfe936 100644 --- a/config.x86_64 +++ b/config.x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.4.0-rc8 Kernel Configuration +# Linux/x86 5.4.0 Kernel Configuration # # -- GitLab