summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2016-08-05 18:00:41 -0400
committergraysky2016-08-05 18:00:41 -0400
commit5b35cfce052778f05b8ef332805f7fea650d5c79 (patch)
tree2399efcc87da1d54b78d8b2ca19d192e0cfc463c
parent2ee88d061427fd226f0ac485d78e176387a43a56 (diff)
downloadaur-5b35cfce052778f05b8ef332805f7fea650d5c79.tar.gz
Update to 4.6.5-3
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d83d3af3aa2d..dc672b249c93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jul 28 18:57:01 UTC 2016
+# Fri Aug 5 22:00:41 UTC 2016
pkgbase = linux-ck
pkgver = 4.6.5
- pkgrel = 2
+ pkgrel = 3
url = https://wiki.archlinux.org/index.php/Linux-ck
arch = i686
arch = x86_64
@@ -22,10 +22,10 @@ pkgbase = linux-ck
source = change-default-console-loglevel.patch
source = http://ck.kolivas.org/patches/4.0/4.6/4.6-ck1/patch-4.6-ck1.xz
source = http://repo-ck.com/source/gcc_patch/enable_additional_cpu_optimizations_for_gcc_v4.9+_kernel_v3.15+.patch.gz
- source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.6.0-v8/0001-block-cgroups-kconfig-build-bits-for-BFQ-v7r11-4.6.0.patch
- source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.6.0-v8/0002-block-introduce-the-BFQ-v7r11-I-O-sched-for-4.6.0.patch
- source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.6.0-v8/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r11-for.patch
- source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.6.0-v8/0004-block-bfq-turn-BFQ-v7r11-for-4.7.0-into-BFQ-v8-for-4.patch
+ source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.6.0-v8r1/0001-block-cgroups-kconfig-build-bits-for-BFQ-v7r11-4.6.0.patch
+ source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.6.0-v8r1/0002-block-introduce-the-BFQ-v7r11-I-O-sched-for-4.6.0.patch
+ source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.6.0-v8r1/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r11-for.patch
+ source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.6.0-v8r1/0004-block-bfq-turn-BFQ-v7r11-for-4.6.0-into-BFQ-v8r1-for.patch
sha256sums = a93771cd5a8ad27798f22e9240538dfea48d3a2bf2a6a6ab415de3f02d25d866
sha256sums = SKIP
sha256sums = 857df33f085a0116b9d2322ffe3b23d5b7d8c4898427d79f68108a653e84910c
@@ -39,7 +39,7 @@ pkgbase = linux-ck
sha256sums = 1857e05fd79baffc04dd075be81257d0a43351c244b7f360b48408a28ecfde2d
sha256sums = 595887ea141ee7373460d325368f362ca87695259b9bca3499f12ef76322172b
sha256sums = d90d5525e3b4fefbd218e04b09c2234700226ecd8a350e8d88a3145c02b82c18
- sha256sums = 411e6f7aacc24d869f8b697e514bcbe1bb8ac676a73710269d4f8b516ce0b971
+ sha256sums = 1810bf7b1c4cfe63fc7f5f203cf854ebb8debf201f800c288e59bf055f61e61f
pkgname = linux-ck
pkgdesc = Linux Kernel with the ck1 patchset featuring the Brain Fuck Scheduler v0.470.
diff --git a/PKGBUILD b/PKGBUILD
index f7c73eeb8b29..24e1e9e72815 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -53,7 +53,7 @@ pkgname=(linux-ck linux-ck-headers)
_kernelname=-ck
_srcname=linux-4.6
pkgver=4.6.5
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
url="https://wiki.archlinux.org/index.php/Linux-ck"
license=('GPL2')
@@ -62,11 +62,11 @@ options=('!strip')
_ckpatchversion=1
_ckpatchname="patch-4.6-ck${_ckpatchversion}"
_gcc_patch='enable_additional_cpu_optimizations_for_gcc_v4.9+_kernel_v3.15+.patch'
-_bfqpath='http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.6.0-v8'
+_bfqpath='http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.6.0-v8r1'
_bfqp1='0001-block-cgroups-kconfig-build-bits-for-BFQ-v7r11-4.6.0.patch'
_bfqp2='0002-block-introduce-the-BFQ-v7r11-I-O-sched-for-4.6.0.patch'
_bfqp3='0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r11-for.patch'
-_bfqp4='0004-block-bfq-turn-BFQ-v7r11-for-4.7.0-into-BFQ-v8-for-4.patch'
+_bfqp4='0004-block-bfq-turn-BFQ-v7r11-for-4.6.0-into-BFQ-v8r1-for.patch'
source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
"https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign"
"http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
@@ -96,7 +96,7 @@ sha256sums=('a93771cd5a8ad27798f22e9240538dfea48d3a2bf2a6a6ab415de3f02d25d866'
'1857e05fd79baffc04dd075be81257d0a43351c244b7f360b48408a28ecfde2d'
'595887ea141ee7373460d325368f362ca87695259b9bca3499f12ef76322172b'
'd90d5525e3b4fefbd218e04b09c2234700226ecd8a350e8d88a3145c02b82c18'
- '411e6f7aacc24d869f8b697e514bcbe1bb8ac676a73710269d4f8b516ce0b971')
+ '1810bf7b1c4cfe63fc7f5f203cf854ebb8debf201f800c288e59bf055f61e61f')
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman