summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Eriksson2017-10-16 08:47:51 +0200
committerMikael Eriksson2017-10-16 08:47:51 +0200
commit0062e60cb32e79d96bfdbaa6115dcb7749bb4704 (patch)
tree4ca2d5cf11754f4ef68c73e2954f577e61b88437
parent44fd42c1de96ec0728c485b6730fd556fa5fec53 (diff)
downloadaur-0062e60cb32e79d96bfdbaa6115dcb7749bb4704.tar.gz
4.14rc5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e501738933d..3b71a45b4e4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Tue Oct 10 22:31:14 UTC 2017
+# Mon Oct 16 06:47:51 UTC 2017
pkgbase = linux-mainline
- pkgver = 4.14rc4
+ pkgver = 4.14rc5
pkgrel = 1
url = https://www.kernel.org/
arch = i686
@@ -14,7 +14,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.14-rc4
+ source = git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v4.14-rc5
source = config.i686
source = config.x86_64
source = 90-linux.hook
diff --git a/PKGBUILD b/PKGBUILD
index 22176e3ef091..d46e0259ac6f 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.14-rc4
-pkgver=4.14rc4
+_tag=v4.14-rc5
+pkgver=4.14rc5
pkgrel=1
arch=('i686' 'x86_64')
url="https://www.kernel.org/"