summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Eriksson2018-05-14 16:30:36 +0200
committerMikael Eriksson2018-05-14 16:30:36 +0200
commit68039ec3f1c25e8e63d71b888a30e7788c15742c (patch)
tree4b7755feec87dba6e5c6feca15d84961a28384fe
parent0eb1ae0ec6b4f19876b491784fd2e7401e8c4a68 (diff)
downloadaur-68039ec3f1c25e8e63d71b888a30e7788c15742c.tar.gz
4.15rc5-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42bed2180a08..b9ed4de673ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-mainline
- pkgver = 4.17rc4
+ pkgver = 4.17rc5
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.17-rc4
+ source = git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v4.17-rc5
source = config
source = 60-linux.hook
source = 90-linux.hook
diff --git a/PKGBUILD b/PKGBUILD
index 7c1f37985a50..7a2e53176839 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.17-rc4
-pkgver=4.17rc4
+_tag=v4.17-rc5
+pkgver=4.17rc5
pkgrel=1
arch=('x86_64')
url="https://www.kernel.org/"