summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Eriksson2018-04-16 05:42:01 +0200
committerMikael Eriksson2018-04-16 05:44:41 +0200
commit0636a8c3f32cb5d81d5feec7a71e19d79955fc7c (patch)
tree3f2a2ac1eceba67236751d2fd968860c08592c50
parentfdbde697690b7d7dde0daf12034c467dcf435a67 (diff)
downloadaur-0636a8c3f32cb5d81d5feec7a71e19d79955fc7c.tar.gz
4.17rc1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 431f9f64cbaf..aee2990c081d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-mainline
- pkgver = 4.16
+ pkgver = 4.17rc1
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
+ source = git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v4.17-rc1
source = config
source = 60-linux.hook
source = 90-linux.hook
@@ -19,7 +19,7 @@ pkgbase = linux-mainline
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = SKIP
- sha256sums = f38927db126ec7141ea2dd70cabb2ef378552672b31db4ab621493928497abd7
+ sha256sums = d8f725b047214d9d6841496bb9aafa692005823c497ad9b6e47a615c7f369ba5
sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
sha256sums = 834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0
sha256sums = ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65
diff --git a/PKGBUILD b/PKGBUILD
index 564894d5e0c0..766a98810080 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
-pkgver=4.16
+_tag=v4.17-rc1
+pkgver=4.17rc1
pkgrel=1
arch=('x86_64')
url="https://www.kernel.org/"