From f935b9c605deeba28ec02f0f3770d5b27ad8ea57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= <seblu@seblu.net> Date: Tue, 19 Nov 2019 10:51:47 +0100 Subject: [PATCH] Bump to 5.4-rc8 --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index e2f560a..b79e262 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Customized version of linux for seblu computers pkgname=linux-seblu -pkgver=5.4.0_rc6 +pkgver=5.4.0_rc8 pkgrel=1 pkgdesc='The Linux Kernel cooked by Seblu' arch=('x86_64') @@ -12,7 +12,7 @@ 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-rc6' +source=('git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v5.4-rc8' "config.$CARCH") md5sums=('SKIP' '54250a5fcb2ac46698cb59c98150daba') -- GitLab