summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 473ede29db1e..16252acc85bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu May 25 19:02:24 UTC 2017
+# Fri May 26 18:53:22 UTC 2017
pkgbase = linux-ck
pkgver = 4.11.3
- 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.11.tar.sign
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.11.3.xz
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.11.3.sign
- source = http://ck.kolivas.org/patches/4.0/4.11/4.11-ck1/patch-4.11-ck1.xz
+ source = http://ck.kolivas.org/patches/4.0/4.11/4.11-ck2/patch-4.11-ck2.xz
source = http://repo-ck.com/source/gcc_patch/enable_additional_cpu_optimizations_for_gcc_v4.9+_kernel_v3.15+.patch.gz
source = config.i686
source = config.x86_64
@@ -26,7 +26,7 @@ pkgbase = linux-ck
sha256sums = SKIP
sha256sums = 5847b5d2a3252cd19a28ed1dc13a238d041396792c7863e9ff0bbf5b79cd5e90
sha256sums = SKIP
- sha256sums = d5903ed77b33984720e2178d34f8db287f6c274b7f1a30b4f28306b71a0bc3f1
+ sha256sums = 1acde415a6a35d301beb65bc09bd20903f3a9c835c6c850f4c5a0ce0ab236bc1
sha256sums = 0f3e4930c3a603cc99fffa9fcac0f2cf7c58fc14a7ef8557345358c0bcd2bf66
sha256sums = b0ce3fcfd51aa531959974768de8165406950b1cde3b946fdcd4d129e72f7810
sha256sums = a31eaabfa627cc29bf28ae0e4e114f1f65734cbf1611b28abbabc2e470f813d1
@@ -34,7 +34,7 @@ pkgbase = linux-ck
sha256sums = ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65
pkgname = linux-ck
- pkgdesc = The Linux-ck kernel and modules with the ck1 patchset featuring MuQSS CPU scheduler v0.155
+ pkgdesc = The Linux-ck kernel and modules with the ck2 patchset featuring MuQSS CPU scheduler v0.156
install = linux.install
depends = coreutils
depends = linux-firmware
diff --git a/PKGBUILD b/PKGBUILD
index 037610bd8509..c65ea440a82b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,8 +45,8 @@ _use_current=
pkgbase=linux-ck
_srcname=linux-4.11
pkgver=4.11.3
-pkgrel=1
-_ckpatchversion=1
+pkgrel=2
+_ckpatchversion=2
arch=('i686' 'x86_64')
url="https://wiki.archlinux.org/index.php/Linux-ck"
license=('GPL2')
@@ -71,7 +71,7 @@ sha256sums=('b67ecafd0a42b3383bf4d82f0850cbff92a7e72a215a6d02f42ddbafcf42a7d6'
'SKIP'
'5847b5d2a3252cd19a28ed1dc13a238d041396792c7863e9ff0bbf5b79cd5e90'
'SKIP'
- 'd5903ed77b33984720e2178d34f8db287f6c274b7f1a30b4f28306b71a0bc3f1'
+ '1acde415a6a35d301beb65bc09bd20903f3a9c835c6c850f4c5a0ce0ab236bc1'
'0f3e4930c3a603cc99fffa9fcac0f2cf7c58fc14a7ef8557345358c0bcd2bf66'
'b0ce3fcfd51aa531959974768de8165406950b1cde3b946fdcd4d129e72f7810'
'a31eaabfa627cc29bf28ae0e4e114f1f65734cbf1611b28abbabc2e470f813d1'
@@ -189,8 +189,8 @@ build() {
}
_package() {
- pkgdesc="The ${pkgbase/linux/Linux} kernel and modules with the ck1 patchset featuring MuQSS CPU scheduler v0.155"
- #_Kpkgdesc="The ${pkgbase/linux/Linux} kernel and modules with the ck1 patchset featuring MuQSS CPU scheduler v0.155"
+ pkgdesc="The ${pkgbase/linux/Linux} kernel and modules with the ck2 patchset featuring MuQSS CPU scheduler v0.156"
+ #_Kpkgdesc="The ${pkgbase/linux/Linux} kernel and modules with the ck2 patchset featuring MuQSS CPU scheduler v0.156"
#pkgdesc="${_Kpkgdesc}"
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country')