summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Eriksson2018-06-04 00:35:07 +0200
committerMikael Eriksson2018-06-04 00:35:07 +0200
commit46c04231641167da86fbf8c2f815e28f4954fd46 (patch)
treee9c70cc199df7ee200865604c39ad218458399ab
parent3bb67c316c8b0b325dc106ba8a69d86d4444329a (diff)
downloadaur-46c04231641167da86fbf8c2f815e28f4954fd46.tar.gz
4.17-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8963ef9779f6..6750485830e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-mainline
- pkgver = 4.17rc7
+ pkgver = 4.17
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-rc7
+ source = git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v4.17
source = config
source = 60-linux.hook
source = 90-linux.hook
diff --git a/PKGBUILD b/PKGBUILD
index cc7ab97716ee..e8a374dd8bbd 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-rc7
-pkgver=4.17rc7
+_tag=v4.17
+pkgver=4.17
pkgrel=1
arch=('x86_64')
url="https://www.kernel.org/"