summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Eriksson2018-02-26 21:04:55 +0100
committerMikael Eriksson2018-02-26 21:04:55 +0100
commit8d73c8926b71f48b1ed4759009ec60cc3db0601f (patch)
treee69ac72bc8d0e584689a469e23082a4144dde270
parent9fe973ce3d5349a8c571fe9dbba802e7d53b709c (diff)
downloadaur-8d73c8926b71f48b1ed4759009ec60cc3db0601f.tar.gz
4.16rc3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 439cf498828a..db0cf3204871 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-mainline
- pkgver = 4.16rc2
+ pkgver = 4.16rc3
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.16-rc2
+ source = git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v4.16-rc3
source = config
source = 60-linux.hook
source = 90-linux.hook
diff --git a/PKGBUILD b/PKGBUILD
index e7a56fb2b8bd..df88b41dc3a6 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.16-rc2
-pkgver=4.16rc2
+_tag=v4.16-rc3
+pkgver=4.16rc3
pkgrel=1
arch=('x86_64')
url="https://www.kernel.org/"