aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto Benfatto2017-03-21 00:02:16 +0100
committerRoberto Benfatto2017-03-21 00:05:28 +0100
commit0043b7b0a10047649f0757f14602ac3d32ccfe1f (patch)
treea8196dba7cc26682f984ecb98e44345592d2ec1f
parentf248b3a41fe02ddb1057800a2fd3c59f48516655 (diff)
downloadaur-0043b7b0a10047649f0757f14602ac3d32ccfe1f.tar.gz
Bump to 4.10.4
-rw-r--r--.SRCINFO12
-rw-r--r--90-linux.hook (renamed from 99-linux.hook)0
-rw-r--r--PKGBUILD16
3 files changed, 12 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efd5b24d648b..038dc372ab00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Sat Mar 18 22:56:01 UTC 2017
+# Mon Mar 20 23:02:39 UTC 2017
pkgbase = linux-covolunablu-gaming
- pkgver = 4.10.3
+ pkgver = 4.10.4
pkgrel = 1
url = https://www.kernel.org/
arch = i686
@@ -17,11 +17,11 @@ pkgbase = linux-covolunablu-gaming
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.10.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.10.tar.sign
- source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.10.3.xz
- source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.10.3.sign
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.10.4.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.10.4.sign
source = config.i686
source = config.x86_64
- source = 99-linux.hook
+ source = 90-linux.hook
source = linux.preset
source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.10.0-v8r8/0001-block-cgroups-kconfig-build-bits-for-BFQ-v7r11-4.10..patch
source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.10.0-v8r8/0002-block-introduce-the-BFQ-v7r11-I-O-sched-for-4.10.0.patch
@@ -30,7 +30,7 @@ pkgbase = linux-covolunablu-gaming
source = https://raw.githubusercontent.com/ValveSoftware/steamos_kernel/1b3922d7f6bfbb323ca54bb585b96cda9a7d8439/drivers/input/joystick/xpad.c
sha256sums = 3c95d9f049bd085e5c346d2c77f063b8425f191460fcd3ae9fe7e94e0477dc4b
sha256sums = SKIP
- sha256sums = 17459007bae81a8cda00f0ce74dfbc70c1afc5b99133649e664045e34c5d63b5
+ sha256sums = 68e935fbe1c3faaf186824a44b79a26f1ab85f04a1dade2e5bce5f8c2941624d
sha256sums = SKIP
sha256sums = 3a2a5d314a2a2135d2e87aa8e6b44ac142fa249cc5f51f43a918393e6ce3d5a5
sha256sums = b2df79d0c15cb1f364164299102f2a33470e58a2e01fb092144e6288726d0188
diff --git a/99-linux.hook b/90-linux.hook
index 9851151995bc..9851151995bc 100644
--- a/99-linux.hook
+++ b/90-linux.hook
diff --git a/PKGBUILD b/PKGBUILD
index 6d2eebb53f66..729020b641bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#pkgbase=linux # Build stock -ARCH kernel
pkgbase=linux-covolunablu-gaming # Build kernel with a different name
_srcname=linux-4.10
-pkgver=4.10.3
+pkgver=4.10.4
pkgrel=1
arch=('i686' 'x86_64')
url="https://www.kernel.org/"
@@ -22,7 +22,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
# the main kernel config files
'config.i686' 'config.x86_64'
# pacman hook for initramfs regeneration
- '99-linux.hook'
+ '90-linux.hook'
# standard config files for mkinitcpio ramdisk
'linux.preset'
'http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.10.0-v8r8/0001-block-cgroups-kconfig-build-bits-for-BFQ-v7r11-4.10..patch'
@@ -33,7 +33,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
sha256sums=('3c95d9f049bd085e5c346d2c77f063b8425f191460fcd3ae9fe7e94e0477dc4b'
'SKIP'
- '17459007bae81a8cda00f0ce74dfbc70c1afc5b99133649e664045e34c5d63b5'
+ '68e935fbe1c3faaf186824a44b79a26f1ab85f04a1dade2e5bce5f8c2941624d'
'SKIP'
'3a2a5d314a2a2135d2e87aa8e6b44ac142fa249cc5f51f43a918393e6ce3d5a5'
'b2df79d0c15cb1f364164299102f2a33470e58a2e01fb092144e6288726d0188'
@@ -72,11 +72,7 @@ prepare() {
cp "${srcdir}/xpad.c" ./drivers/input/joystick/xpad.c
- if [ "${CARCH}" = "x86_64" ]; then
- cat "${srcdir}/config.x86_64" > ./.config
- else
- cat "${srcdir}/config.i686" > ./.config
- fi
+ cat "${srcdir}/config.${CARCH}" > ./.config
if [ "${_kernelname}" != "" ]; then
sed -i "s|CONFIG_LOCALVERSION=.*|CONFIG_LOCALVERSION=\"${_kernelname}\"|g" ./.config
@@ -141,8 +137,8 @@ _package() {
install -D -m644 /dev/stdin "${pkgdir}/etc/mkinitcpio.d/${pkgbase}.preset"
# install pacman hook for initramfs regeneration
- sed "s|%PKGBASE%|${pkgbase}|g" "${srcdir}/99-linux.hook" |
- install -D -m644 /dev/stdin "${pkgdir}/usr/share/libalpm/hooks/99-${pkgbase}.hook"
+ sed "s|%PKGBASE%|${pkgbase}|g" "${srcdir}/90-linux.hook" |
+ install -D -m644 /dev/stdin "${pkgdir}/usr/share/libalpm/hooks/90-${pkgbase}.hook"
# remove build and source links
rm -f "${pkgdir}"/lib/modules/${_kernver}/{source,build}