summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2016-10-31 14:42:15 -0400
committergraysky2016-10-31 14:42:15 -0400
commit6bddf4dc5551ff057fd894f33c46a73f12637b12 (patch)
tree6266dac3407abfe9043ee793e6e52f9f8edc5f08 /PKGBUILD
parentfe703f1de237f7230a03576070d6651196934ab5 (diff)
downloadaur-6bddf4dc5551ff057fd894f33c46a73f12637b12.tar.gz
Update to 4.8.6-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 9 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e80fa4c94b5..cf59685d2740 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -47,8 +47,8 @@ _use_current=
pkgname=(linux-ck linux-ck-headers)
_kernelname=-ck
_srcname=linux-4.8
-pkgver=4.8.5
-pkgrel=3
+pkgver=4.8.6
+pkgrel=1
_ckpatchversion=5
arch=('i686' 'x86_64')
url="https://wiki.archlinux.org/index.php/Linux-ck"
@@ -65,16 +65,20 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
"http://repo-ck.com/source/gcc_patch/${_gcc_patch}.gz"
'config.x86_64' 'config'
'linux-ck.preset'
+'https://github.com/ckolivas/linux/commit/6d6ea6a24879ed0f5c99d64d3d621d2007c699a3.patch'
+'https://github.com/ckolivas/linux/commit/d2a88342b9d69e550ae21d5d1fdd7a15fe039159.patch'
'change-default-console-loglevel.patch')
sha256sums=('3e9150065f193d3d94bcf46a1fe9f033c7ef7122ab71d75a7fb5a2f0c9a7e11a'
'SKIP'
- '99f5e8f3836580440f12de9c00c9faab10f09529e2734fab584ef4baa84fd7ca'
+ '3ac0ea443ac8a7aa40f8d5ce8ec33b84abbad4dbfc567c7699df728c2c21df37'
'SKIP'
'cb67d632c951cfc799472039afb59f47c2ad4aa00d326a0f9f3da3c5f2ef9cd7'
'cf0f984ebfbb8ca8ffee1a12fd791437064b9ebe0712d6f813fd5681d4840791'
'e63d02c41fbdeff8b5511177d5e67c8a6f5141951c21576d8dee4b0fc7bb03b4'
'58dba408b142d61d1ee2f59ad8a669e4e824e6838faa14597e0891f328342fea'
'2b3ebf5446aa3cac279842ca00bc1f2d6b7ff1766915282c201d763dbf6ca07e'
+ 'b5cfe6b2d361cb9051c70b777cf0556ec057a7f240e2014d577284509d46588b'
+ 'b0b22a3355f13e040b5fc768862234e0b0429bc2dd1db7d54ac4a04162efaf77'
'1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
@@ -97,6 +101,8 @@ prepare() {
msg "Patching source with ck patchset including MuQSS"
patch -Np1 -i "${srcdir}/${_ckpatchname}"
+ patch -Np1 -i "${srcdir}/6d6ea6a24879ed0f5c99d64d3d621d2007c699a3.patch"
+ patch -Np1 -i "${srcdir}/d2a88342b9d69e550ae21d5d1fdd7a15fe039159.patch"
# Patch source to enable more gcc CPU optimizatons via the make nconfig
msg "Patching source with gcc patch to enable more cpus types"