summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Eriksson2018-07-23 02:49:14 +0200
committerMikael Eriksson2018-07-23 02:49:14 +0200
commit7e579bfa814343b44778fc4f528aa00e8ce51b3e (patch)
treeac178b9a80fc36e036a78c9efd0cdb73611408a6
parent8bca95851531e3c38aa918d989f7c78aa72b243a (diff)
downloadaur-7e579bfa814343b44778fc4f528aa00e8ce51b3e.tar.gz
4.18rc6-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48a30cf9514e..253308fd564a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-mainline
- pkgver = 4.18rc5
+ pkgver = 4.18rc6
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-rc5
+ source = git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v4.18-rc6
source = config
source = 60-linux.hook
source = 90-linux.hook
diff --git a/PKGBUILD b/PKGBUILD
index b570357f48e6..d13636587fe4 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-rc5
-pkgver=4.18rc5
+_tag=v4.18-rc6
+pkgver=4.18rc6
pkgrel=1
arch=('x86_64')
url="https://www.kernel.org/"