summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48f96b06b3b8..554a9ad51402 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Mon Feb 20 22:31:16 UTC 2017
+# Sun Mar 5 22:26:08 UTC 2017
pkgbase = linux-mainline
- pkgver = 4.10
+ pkgver = 4.11rc1
pkgrel = 1
url = https://www.kernel.org/
arch = i686
@@ -15,12 +15,14 @@ pkgbase = linux-mainline
makedepends = libelf
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.10.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v4.x/testing/patch-4.11-rc1.xz
source = config
source = config.x86_64
source = 99-linux.hook
source = linux.preset
source = change-default-console-loglevel.patch
sha256sums = 3c95d9f049bd085e5c346d2c77f063b8425f191460fcd3ae9fe7e94e0477dc4b
+ sha256sums = 556cdbb12cb25fc5de26da6d01c6c7a49a880ddf0b671da0b3d1024b71a09969
sha256sums = b5c2a685667a884477904c9fb337d944667b6144720ac2a67d1116f711e70768
sha256sums = ab6c0fab5b147fab9ccef90c62b963510e92fbd068a6a33b9619537243fedca4
sha256sums = 834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0
diff --git a/PKGBUILD b/PKGBUILD
index 3fa4281fa01e..1cd31e843db9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
pkgbase=linux-mainline # Build stock -ARCH kernel
#pkgbase=linux-custom # Build kernel with a different name
_srcname=linux-4.10
-_patchname=patch-4.10-rc8
-pkgver=4.10
+_patchname=patch-4.11-rc1
+pkgver=4.11rc1
pkgrel=1
arch=('i686' 'x86_64')
url="https://www.kernel.org/"
@@ -17,7 +17,7 @@ license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'libelf')
options=('!strip')
source=("https://cdn.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
- #"https://cdn.kernel.org/pub/linux/kernel/v4.x/testing/${_patchname}.xz"
+ "https://cdn.kernel.org/pub/linux/kernel/v4.x/testing/${_patchname}.xz"
#"https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign"
#"https://www.kernel.org/pub/linux/kernel/v4.x/testing/${_patchname}.sign"
# the main kernel config files
@@ -28,6 +28,7 @@ source=("https://cdn.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
'linux.preset'
'change-default-console-loglevel.patch')
sha256sums=('3c95d9f049bd085e5c346d2c77f063b8425f191460fcd3ae9fe7e94e0477dc4b'
+ '556cdbb12cb25fc5de26da6d01c6c7a49a880ddf0b671da0b3d1024b71a09969'
'b5c2a685667a884477904c9fb337d944667b6144720ac2a67d1116f711e70768'
'ab6c0fab5b147fab9ccef90c62b963510e92fbd068a6a33b9619537243fedca4'
'834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
@@ -48,7 +49,7 @@ prepare() {
# patch -p1 -i "${srcdir}/patch-${pkgver}"
# mainline: add patch
- #patch -p1 -i "${srcdir}/${_patchname}" || true
+ patch -p1 -i "${srcdir}/${_patchname}" || true
# add latest fixes from stable queue, if needed
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git