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 4b6b4051247d..aa34300b8599 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-mainline-bootsplash
pkgdesc = Linux Mainline - with bootsplash support
- pkgver = 5.8rc7
- pkgrel = 5
+ pkgver = 5.8
+ pkgrel = 1
url = https://kernel.org/
arch = x86_64
license = GPL2
@@ -17,7 +17,7 @@ pkgbase = linux-mainline-bootsplash
makedepends = git
provides = linux-bootsplash
options = !strip
- source = linux-mainline::git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v5.8-rc7
+ source = linux-mainline::git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v5.8
source = config
source = sphinx-workaround.patch
source = 0001-bootsplash.patch
diff --git a/PKGBUILD b/PKGBUILD
index 37a2fe49a5c7..bb8e270e5c21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
#pkgbase=linux-mainline # Build stock -ARCH kernel
pkgbase=linux-mainline-bootsplash # Build kernel with a different name
-_tag=v5.8-rc7
-pkgver=5.8rc7
-pkgrel=5
+_tag=v5.8
+pkgver=5.8
+pkgrel=1
pkgdesc="Linux Mainline - with bootsplash support"
arch=(x86_64)
url="https://kernel.org/"