summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKian Kasad2020-08-02 17:13:54 -0700
committerKian Kasad2020-08-02 17:13:54 -0700
commit687c57cee6972d02ec7d2f5c7ac918a9f8222c08 (patch)
tree041ca8a6c9df0fe9be0bee617cb064a3c13c3063
parentb4a5f62a9375b2f7b8cea10b878f5725029a9734 (diff)
parent0f5d7a41ea6561f4e7a9437206a9e80bb449ae94 (diff)
downloadaur-687c57cee6972d02ec7d2f5c7ac918a9f8222c08.tar.gz
Merge branch 'master' into bootsplash
-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/"