summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-06-30 15:28:47 -0400
committergraysky2015-06-30 15:28:47 -0400
commita10782604702c69e872c7e488abaf127c4637560 (patch)
tree98171c47c1b299a0b87ab49d81806492e820ea41
parent3bfe6e8e3edf53959896893d70f12ed6a3724303 (diff)
downloadaur-a10782604702c69e872c7e488abaf127c4637560.tar.gz
Update to 4.0.7-1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de8b499eb4ef..e9002d685cfd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-ck
- pkgver = 4.0.6
+ pkgver = 4.0.7
pkgrel = 1
url = https://wiki.archlinux.org/index.php/Linux-ck
arch = i686
@@ -11,8 +11,8 @@ pkgbase = linux-ck
options = !strip
source = http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.0.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.0.tar.sign
- source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.0.6.xz
- source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.0.6.sign
+ source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.0.7.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.0.7.sign
source = config.x86_64
source = config
source = linux-ck.preset
@@ -27,7 +27,7 @@ pkgbase = linux-ck
source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.0.0-v7r8/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r8-for-4.0.0.patch
sha256sums = 0f2f7d44979bc8f71c4fc5d3308c03499c26a824dd311fdf6eef4dee0d7d5991
sha256sums = SKIP
- sha256sums = d65b0bc24bf49cb333375f7c301c28b05a554bc03a5fc4ed751b4f05bc13e97d
+ sha256sums = c6deb2cda4d87fc2e09442e31f3e6e70e54962744c3a4d2653a8fda381442de0
sha256sums = SKIP
sha256sums = 8fb75c36b16d7c4895c720949b8d217f84d225da25f4db81c0da00920b925843
sha256sums = 7e82bbe1ed937acfbd351ff75a0420777f4bfd64d0c7f3e041f41f28221a75f1
@@ -51,7 +51,7 @@ pkgname = linux-ck
optdepends = crda: to set the correct wireless channels of your country
optdepends = nvidia-ck: nVidia drivers for linux-ck
optdepends = modprobed-db: Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig
- provides = linux-ck=4.0.6
+ provides = linux-ck=4.0.7
conflicts = kernel26-ck
conflicts = linux-ck-corex
conflicts = linux-ck-p4
@@ -75,8 +75,8 @@ pkgname = linux-ck
pkgname = linux-ck-headers
pkgdesc = Header files and scripts to build modules for linux-ck.
depends = linux-ck
- provides = linux-ck-headers=4.0.6
- provides = linux-headers=4.0.6
+ provides = linux-ck-headers=4.0.7
+ provides = linux-headers=4.0.7
conflicts = kernel26-ck-headers
conflicts = linux-ck-corex-headers
conflicts = linux-ck-p4-headers
diff --git a/PKGBUILD b/PKGBUILD
index 2ec98695bcfb..470fa7c32c85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,7 @@ _BFQ_enable_=
pkgname=(linux-ck linux-ck-headers)
_kernelname=-ck
_srcname=linux-4.0
-pkgver=4.0.6
+pkgver=4.0.7
pkgrel=1
arch=('i686' 'x86_64')
url="https://wiki.archlinux.org/index.php/Linux-ck"
@@ -83,7 +83,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
"${_bfqpath}/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r8-for-4.0.0.patch")
sha256sums=('0f2f7d44979bc8f71c4fc5d3308c03499c26a824dd311fdf6eef4dee0d7d5991'
'SKIP'
- 'd65b0bc24bf49cb333375f7c301c28b05a554bc03a5fc4ed751b4f05bc13e97d'
+ 'c6deb2cda4d87fc2e09442e31f3e6e70e54962744c3a4d2653a8fda381442de0'
'SKIP'
'8fb75c36b16d7c4895c720949b8d217f84d225da25f4db81c0da00920b925843'
'7e82bbe1ed937acfbd351ff75a0420777f4bfd64d0c7f3e041f41f28221a75f1'
@@ -107,12 +107,12 @@ prepare() {
# add upstream patch
patch -p1 -i "${srcdir}/patch-${pkgver}"
-
+
# set DEFAULT_CONSOLE_LOGLEVEL to 4 (same value as the 'quiet' kernel param)
# remove this when a Kconfig knob is made available by upstream
# (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
patch -p1 -i "${srcdir}/change-default-console-loglevel.patch"
-
+
# patch source with ck patchset with BFS
# fix double name in EXTRAVERSION
sed -i -re "s/^(.EXTRAVERSION).*$/\1 = /" "${srcdir}/${_ckpatchname}"