summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Eriksson2018-04-02 05:09:34 +0200
committerMikael Eriksson2018-04-02 05:09:34 +0200
commit790f279359f3181f0463d5983d55661bfb14f9a0 (patch)
tree82a9ad04c8a1a9c54409e49a811cec981ca9f198
parentda091815924d5d0fd35d7d5d862c522e8538f6ec (diff)
downloadaur-790f279359f3181f0463d5983d55661bfb14f9a0.tar.gz
4.16
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b0295742ce5..431f9f64cbaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-mainline
- pkgver = 4.16rc7
+ pkgver = 4.16
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-rc7
+ source = git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v4.16
source = config
source = 60-linux.hook
source = 90-linux.hook
diff --git a/PKGBUILD b/PKGBUILD
index 0bae3c9ab6bd..2ed6a606bb79 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-rc7
-pkgver=4.16rc7
+_tag=v4.16
+pkgver=4.16
pkgrel=1
arch=('x86_64')
url="https://www.kernel.org/"