summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2016-11-12 05:35:11 -0500
committergraysky2016-11-12 05:35:11 -0500
commit7ca3092a3fdd4cd10ef4419ce7a9c92fbdfe832a (patch)
tree214080cc53c671310d2afeca26d32794d2dcc798
parentb604c43baa98c49a81175c8bb3ef65491bbe0703 (diff)
downloadaur-7ca3092a3fdd4cd10ef4419ce7a9c92fbdfe832a.tar.gz
Update to 4.8.7-2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ee8fa2626ef..a627e436c659 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Nov 11 20:43:19 UTC 2016
+# Sat Nov 12 10:35:11 UTC 2016
pkgbase = linux-ck
pkgver = 4.8.7
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.archlinux.org/index.php/Linux-ck
arch = i686
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = linux-ck
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.8.tar.sign
source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.8.7.xz
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.8.7.sign
- source = http://ck.kolivas.org/patches/4.0/4.8/4.8-ck6/patch-4.8-ck6.xz
+ source = http://ck.kolivas.org/patches/4.0/4.8/4.8-ck7/patch-4.8-ck7.xz
source = http://repo-ck.com/source/gcc_patch/enable_additional_cpu_optimizations_for_gcc_v4.9+_kernel_v3.15+.patch.gz
source = config.x86_64
source = config
@@ -26,7 +26,7 @@ pkgbase = linux-ck
sha256sums = SKIP
sha256sums = 94213e7557d192d1054e352aec18e93275ed5a84abe190d43fd43847d1d86efe
sha256sums = SKIP
- sha256sums = ceca20aff1ac9f84cd46aeabc0645e88c130584bd2e93213db293087329abdef
+ sha256sums = 65a9a1d4ab050fa3c4d5640197d8e72dbe99a4464c97b607003729047f5b96da
sha256sums = cf0f984ebfbb8ca8ffee1a12fd791437064b9ebe0712d6f813fd5681d4840791
sha256sums = e63d02c41fbdeff8b5511177d5e67c8a6f5141951c21576d8dee4b0fc7bb03b4
sha256sums = 58dba408b142d61d1ee2f59ad8a669e4e824e6838faa14597e0891f328342fea
@@ -34,7 +34,7 @@ pkgbase = linux-ck
sha256sums = 1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99
pkgname = linux-ck
- pkgdesc = Linux Kernel with the ck6 patchset featuring MuQSS CPU scheduler v0.135
+ pkgdesc = Linux Kernel with the ck7 patchset featuring MuQSS CPU scheduler v0.140
install = linux-ck.install
depends = coreutils
depends = linux-firmware
diff --git a/PKGBUILD b/PKGBUILD
index 4cc9225660b6..31d327ff3283 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -48,8 +48,8 @@ pkgname=(linux-ck linux-ck-headers)
_kernelname=-ck
_srcname=linux-4.8
pkgver=4.8.7
-pkgrel=1
-_ckpatchversion=6
+pkgrel=2
+_ckpatchversion=7
arch=('i686' 'x86_64')
url="https://wiki.archlinux.org/index.php/Linux-ck"
license=('GPL2')
@@ -70,7 +70,7 @@ sha256sums=('3e9150065f193d3d94bcf46a1fe9f033c7ef7122ab71d75a7fb5a2f0c9a7e11a'
'SKIP'
'94213e7557d192d1054e352aec18e93275ed5a84abe190d43fd43847d1d86efe'
'SKIP'
- 'ceca20aff1ac9f84cd46aeabc0645e88c130584bd2e93213db293087329abdef'
+ '65a9a1d4ab050fa3c4d5640197d8e72dbe99a4464c97b607003729047f5b96da'
'cf0f984ebfbb8ca8ffee1a12fd791437064b9ebe0712d6f813fd5681d4840791'
'e63d02c41fbdeff8b5511177d5e67c8a6f5141951c21576d8dee4b0fc7bb03b4'
'58dba408b142d61d1ee2f59ad8a669e4e824e6838faa14597e0891f328342fea'
@@ -211,8 +211,8 @@ build() {
}
package_linux-ck() {
- pkgdesc='Linux Kernel with the ck6 patchset featuring MuQSS CPU scheduler v0.135'
- #_Kpkgdesc='Linux Kernel and modules with the ck6 patchset featuring MuQSS CPU scheduler v0.135'
+ pkgdesc='Linux Kernel with the ck7 patchset featuring MuQSS CPU scheduler v0.140'
+ #_Kpkgdesc='Linux Kernel and modules with the ck7 patchset featuring MuQSS CPU scheduler v0.140'
#pkgdesc="${_Kpkgdesc}"
depends=('coreutils' 'linux-firmware' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country' 'nvidia-ck: nVidia drivers for linux-ck' 'modprobed-db: Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig')