summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2016-10-22 02:58:13 -0400
committergraysky2016-10-22 02:58:13 -0400
commitde398dc42046d30ee983f36d98f974863455b8f3 (patch)
tree555bd437683302424ee17dbd3a4589c4587cde53 /PKGBUILD
parentcd5fb709858efe8ebc7d45ddfac5e16aba35e8d0 (diff)
downloadaur-de398dc42046d30ee983f36d98f974863455b8f3.tar.gz
Update to 4.8.3-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb44520b8838..f827e831bd36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -49,13 +49,13 @@ pkgname=(linux-ck linux-ck-headers)
_kernelname=-ck
_srcname=linux-4.8
pkgver=4.8.3
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
url="https://wiki.archlinux.org/index.php/Linux-ck"
license=('GPL2')
makedepends=('kmod' 'inetutils' 'bc' 'libelf')
options=('!strip')
-_ckpatchversion=2
+_ckpatchversion=3
_ckpatchname="patch-4.8-ck${_ckpatchversion}"
_gcc_patch='enable_additional_cpu_optimizations_for_gcc_v4.9+_kernel_v3.15+.patch'
source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
@@ -71,7 +71,7 @@ sha256sums=('3e9150065f193d3d94bcf46a1fe9f033c7ef7122ab71d75a7fb5a2f0c9a7e11a'
'SKIP'
'1482dd7bda0a3a82abcde20f24576a57287c462e8e732fe688ed37daf42468cb'
'SKIP'
- '712097d92492935e218110ca5d26b3771430dd75a445400e5e6e8c0f2f49745c'
+ 'dc1a5562a20136e58a533b6f3937b993c4b5ed6d6b89988329c86538507f0503'
'cf0f984ebfbb8ca8ffee1a12fd791437064b9ebe0712d6f813fd5681d4840791'
'1db84d68a6fc570d2006e36cb958a8c913823d9d37db4944a0fc5148266eb868'
'5a2f4f61b6e529e2726bc20c33f31edf4d90500af1a30ade51dd48be270f49c8'
@@ -205,8 +205,8 @@ build() {
}
package_linux-ck() {
- pkgdesc='Linux Kernel with the ck2 patchset featuring MuQSS CPU scheduler v0.114'
- #_Kpkgdesc='Linux Kernel and modules with the ck2 patchset featuring MuQSS CPU scheduler v0.114'
+ pkgdesc='Linux Kernel with the ck3 patchset featuring MuQSS CPU scheduler v0.115'
+ #_Kpkgdesc='Linux Kernel and modules with the ck3 patchset featuring MuQSS CPU scheduler v0.115'
#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')