summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Eriksson2018-04-23 12:39:53 +0200
committerMikael Eriksson2018-04-23 12:39:53 +0200
commit4b315bfc40b654381a72e400ccf99c2ef724d2b3 (patch)
tree550f82b659d9292c65c7fb8d41939a7e91ada068
parent31c9340881beaf5bc45fd2ad4f2e675442c1b418 (diff)
downloadaur-4b315bfc40b654381a72e400ccf99c2ef724d2b3.tar.gz
4.17rc2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aee2990c081d..1b3cd04f9e96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-mainline
- pkgver = 4.17rc1
+ pkgver = 4.17rc2
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-rc1
+ source = git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v4.17-rc2
source = config
source = 60-linux.hook
source = 90-linux.hook
diff --git a/PKGBUILD b/PKGBUILD
index 43a99348e88f..737ed5e2c1ec 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-rc1
-pkgver=4.17rc1
+_tag=v4.17-rc2
+pkgver=4.17rc2
pkgrel=1
arch=('x86_64')
url="https://www.kernel.org/"