summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Eriksson2018-08-06 16:36:38 +0200
committerMikael Eriksson2018-08-06 16:36:38 +0200
commit350d3f9fc772a3de669a6a127398ea6d60625cd0 (patch)
treef4ea00e441a13b6de29bf1529ee61fddf510f7e4
parenta02a1f6002a693c0db0f4bf56c35c46363be3128 (diff)
downloadaur-350d3f9fc772a3de669a6a127398ea6d60625cd0.tar.gz
4.18rc8-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1764e796de3..8d3208f5a9df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-mainline
- pkgver = 4.18rc7
+ pkgver = 4.18rc8
pkgrel = 1
url = https://www.kernel.org/
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = linux-mainline
makedepends = libelf
makedepends = git
options = !strip
- source = git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v4.18-rc7
+ source = git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v4.18-rc8
source = config
source = 60-linux.hook
source = 90-linux.hook
diff --git a/PKGBUILD b/PKGBUILD
index 31fd59414bfd..e685e93fd1c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
pkgbase=linux-mainline # Build stock -ARCH kernel
#pkgbase=linux-custom # Build kernel with a different name
-_tag=v4.18-rc7
-pkgver=4.18rc7
+_tag=v4.18-rc8
+pkgver=4.18rc8
pkgrel=1
arch=('x86_64')
url="https://www.kernel.org/"