summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Eriksson2018-01-29 11:31:11 +0100
committerMikael Eriksson2018-01-29 11:31:11 +0100
commit3e9b76854b69fbd887768b6ba56df45940d544bd (patch)
treebe200e16aedf2ee3759e9b352ec0b15c4b032e19
parent4a325b8c1f14797bc68475d0a697c2c580d60ea4 (diff)
downloadaur-3e9b76854b69fbd887768b6ba56df45940d544bd.tar.gz
4.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8efc1c159752..b121d5ba7884 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Mon Jan 22 09:50:12 UTC 2018
+# Mon Jan 29 10:31:11 UTC 2018
pkgbase = linux-mainline
- pkgver = 4.15rc9
+ pkgver = 4.15
pkgrel = 1
url = https://www.kernel.org/
arch = x86_64
@@ -13,7 +13,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.15-rc9
+ source = git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v4.15
source = config
source = 60-linux.hook
source = 90-linux.hook
diff --git a/PKGBUILD b/PKGBUILD
index 2f30e7038706..83bb3afbebd9 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.15-rc9
-pkgver=4.15rc9
+_tag=v4.15
+pkgver=4.15
pkgrel=1
arch=('x86_64')
url="https://www.kernel.org/"