summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2018-05-01 15:37:20 -0400
committergraysky2018-05-01 15:37:20 -0400
commit3c6117d4f2f4d8ada00341e2d99127f7cdd17186 (patch)
treed414814a68ee56c5fdad4bd27cfcc4a692b75296 /PKGBUILD
parent98654dec1bf6c4a32333d632f788a3cc775b34df (diff)
downloadaur-3c6117d4f2f4d8ada00341e2d99127f7cdd17186.tar.gz
Update to 4.16.6-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 10 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 091c377c4ffc..4d653c5f3f7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,8 +63,8 @@ _localmodcfg=
### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgbase=linux-ck
-_srcname=linux-4.15
-pkgver=4.15.18
+_srcname=linux-4.16
+pkgver=4.16.6
pkgrel=1
_ckpatchversion=1
arch=('x86_64')
@@ -72,7 +72,7 @@ url="https://wiki.archlinux.org/index.php/Linux-ck"
license=('GPL2')
makedepends=('kmod' 'inetutils' 'bc' 'libelf')
options=('!strip')
-_ckpatchname="patch-4.15-ck${_ckpatchversion}"
+_ckpatchname="patch-4.16-ck${_ckpatchversion}"
_gcc_more_v='20180310'
source=(
https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz
@@ -83,7 +83,7 @@ source=(
90-linux.hook # pacman hook for initramfs regeneration
linux.preset # standard config files for mkinitcpio ramdisk
"enable_additional_cpu_optimizations-$_gcc_more_v.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/$_gcc_more_v.tar.gz" # enable_additional_cpu_optimizations_for_gcc
- "http://ck.kolivas.org/patches/4.0/4.15/4.15-ck${_ckpatchversion}/${_ckpatchname}.xz"
+ "http://ck.kolivas.org/patches/4.0/4.16/4.16-ck${_ckpatchversion}/${_ckpatchname}.xz"
0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch
)
@@ -91,18 +91,18 @@ validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
)
-sha256sums=('5a26478906d5005f4f809402e981518d2b8844949199f60c4b6e1f986ca2a769'
+sha256sums=('63f6dc8e3c9f3a0273d5d6f4dca38a2413ca3a5f689329d05b750e4c87bb21b9'
'SKIP'
- 'beac2c2aef09ea2aa4b97512071c1364dee14c0fbf291ea85cd4ab8bfb6bc5da'
+ '634d3fd97e5d9d90262db0a9d62ed0a40043eb691d68bd4a545f907079610b56'
'SKIP'
- 'ea0dbe0c3cf14be9fafeddfa809cd80a50cc59437663f969637013c3859c05a8'
+ 'f6c986dc5aaf36d9e41db4f63c94dde4ac3007625e3c05ca220ac40b41c6896d'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'
'b2c1292e06544465b636543e6ac8a01959470d32ce3664460721671f1347c815'
- 'af51d2433340fdd88a73fdfdfa88b304b3933a937c7ef16a22ba73950360de71'
- '4ffdc2a458845c2a7c03c735477dbf51b5b01b10568bf577b37a29e872135cab'
- '12b281dc45f1954cc3f52276927bb2965c3132c0a8bd7f485869ced2c541d485')
+ '61cd4b129eac475ad82fcdbbf9952b80e81e7c893776c00e3b6a658b950d0b26'
+ '0f9cd4d94ad4866925b800ed843faa6485719b67f3f46d406ea1424795f37d31'
+ '7f7a425358830f2cb81f85e25b6047eca89350994e1deb160295082ccbd470ff')
_kernelname=${pkgbase#linux}
: ${_kernelname:=-ARCH}