diff options
author | graysky | 2015-12-09 15:57:13 -0500 |
---|---|---|
committer | graysky | 2015-12-09 15:57:13 -0500 |
commit | ea773223aeb34b0bffcdeb538cdffd3ea5d5512c (patch) | |
tree | 95350a8b5bfeb7ea8d44c74a997e01195f8e872f | |
parent | 43f3a115f1a6b72df967f99d31d5fa001f74bf57 (diff) | |
download | aur-ea773223aeb34b0bffcdeb538cdffd3ea5d5512c.tar.gz |
Update to 4.3.1-1
-rw-r--r-- | .SRCINFO | 14 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 16 insertions, 8 deletions
@@ -1,5 +1,7 @@ +# Generated by mksrcinfo v8 +# Wed Dec 9 20:57:13 UTC 2015 pkgbase = linux-ck - pkgver = 4.3 + pkgver = 4.3.1 pkgrel = 1 url = https://wiki.archlinux.org/index.php/Linux-ck arch = i686 @@ -11,6 +13,8 @@ pkgbase = linux-ck options = !strip source = http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.3.tar.xz source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.3.tar.sign + source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.3.1.xz + source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.3.1.sign source = config.x86_64 source = config source = linux-ck.preset @@ -23,6 +27,8 @@ pkgbase = linux-ck source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.3.0-v7r8/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r8-for-4.3.0.patch sha256sums = 4a622cc84b8a3c38d39bc17195b0c064d2b46945dfde0dae18f77b120bc9f3ae sha256sums = SKIP + sha256sums = 82caff48806796418f445d0a87698abedfaaccfdc7b63059166b788e0cfd144b + sha256sums = SKIP sha256sums = 229ce657a994e2cb5d329bbbf38b83f8941fa4f047151303968cc79797284bfb sha256sums = a383132ff11f53bc01a2bb1ab474e641774a2caa328bd4df01da117d981bdf37 sha256sums = 2b3ebf5446aa3cac279842ca00bc1f2d6b7ff1766915282c201d763dbf6ca07e @@ -43,7 +49,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.3 + provides = linux-ck=4.3.1 conflicts = kernel26-ck conflicts = linux-ck-corex conflicts = linux-ck-p4 @@ -67,8 +73,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.3 - provides = linux-headers=4.3 + provides = linux-ck-headers=4.3.1 + provides = linux-headers=4.3.1 conflicts = kernel26-ck-headers conflicts = linux-ck-corex-headers conflicts = linux-ck-p4-headers @@ -52,7 +52,7 @@ _BFQ_enable_= pkgname=(linux-ck linux-ck-headers) _kernelname=-ck _srcname=linux-4.3 -pkgver=4.3 +pkgver=4.3.1 pkgrel=1 arch=('i686' 'x86_64') url="https://wiki.archlinux.org/index.php/Linux-ck" @@ -65,8 +65,8 @@ _gcc_patch="enable_additional_cpu_optimizations_for_gcc_v4.9+_kernel_v3.15+.patc _bfqpath="http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.3.0-v7r8" 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" -#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign" +"http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz" +"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign" 'config.x86_64' 'config' 'linux-ck.preset' 'change-default-console-loglevel.patch' @@ -81,6 +81,8 @@ 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.3.0.patch") sha256sums=('4a622cc84b8a3c38d39bc17195b0c064d2b46945dfde0dae18f77b120bc9f3ae' 'SKIP' + '82caff48806796418f445d0a87698abedfaaccfdc7b63059166b788e0cfd144b' + 'SKIP' '229ce657a994e2cb5d329bbbf38b83f8941fa4f047151303968cc79797284bfb' 'a383132ff11f53bc01a2bb1ab474e641774a2caa328bd4df01da117d981bdf37' '2b3ebf5446aa3cac279842ca00bc1f2d6b7ff1766915282c201d763dbf6ca07e' @@ -100,7 +102,7 @@ prepare() { cd "${_srcname}" # add upstream patch - #patch -p1 -i "${srcdir}/patch-${pkgver}" + 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 |