summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Eriksson2018-05-07 12:37:52 +0200
committerMikael Eriksson2018-05-07 12:37:52 +0200
commit51d544f5232d07b6592aeeff2740f8b2e551c31b (patch)
tree52e4c668405c589237c036ad86e4b61d42542902
parent400da28bab852b6fa46d7aa9c1da17a91fb0cd22 (diff)
downloadaur-51d544f5232d07b6592aeeff2740f8b2e551c31b.tar.gz
4.17rc4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5dba25341fe..42bed2180a08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-mainline
- pkgver = 4.17rc3
+ pkgver = 4.17rc4
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-rc3
+ source = git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v4.17-rc4
source = config
source = 60-linux.hook
source = 90-linux.hook
diff --git a/PKGBUILD b/PKGBUILD
index 07444b942ed6..37e6931181e1 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-rc3
-pkgver=4.17rc3
+_tag=v4.17-rc4
+pkgver=4.17rc4
pkgrel=1
arch=('x86_64')
url="https://www.kernel.org/"