summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsirlucjan2017-11-24 12:22:19 +0100
committersirlucjan2017-11-24 12:22:19 +0100
commit34f2c798d2990f2598e839c7294b29b7ff657ad9 (patch)
tree2b8434f8ce3ec2a590f584af3b22fbdac33c5350 /PKGBUILD
parentcc3b655f935e94e6865a650ffed8cc9d72deb966 (diff)
downloadaur-34f2c798d2990f2598e839c7294b29b7ff657ad9.tar.gz
Bump to 4.14.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 4 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4101ffc88aac..20443a379a84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -66,7 +66,7 @@ _kyber_disable=
pkgbase=linux-bfq-mq
#pkgbase=linux-custom # Build kernel with a different name
-pkgver=4.14.1
+pkgver=4.14.2
_srcpatch="${pkgver##*\.*\.}"
_srcname="linux-${pkgver%%\.${_srcpatch}}"
pkgrel=1
@@ -132,12 +132,11 @@ source=(# mainline kernel patches
'99-linux.hook'
# standard config files for mkinitcpio ramdisk
'linux.preset'
- '0001-platform-x86-hp-wmi-Fix-tablet-mode-detection-for-co.patch'
- '0001-bio-ensure-__bio_clone_fast-copies-bi_partno.patch')
+ '0001-platform-x86-hp-wmi-Fix-tablet-mode-detection-for-co.patch')
sha256sums=('f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7'
'SKIP'
- '5af72b487fbcc8e7fd3f5392271490c8498ffb2048e77abaf406971a7382f8d7'
+ '2dc86272e55d31c55bdeaa47b3d44fbd6235a396e37d82c2b47aa27f6ba82ee3'
'SKIP'
'8b00041911e67654b0bd9602125853a1a94f6155c5cac4f886507554c8324ee8'
'0cfc2877c3772c946855c4dedb442843a7ec71d6cf47dfee69c40fd329405824'
@@ -156,8 +155,7 @@ sha256sums=('f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7'
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
'907a422cf56189ad9453e9416b13fe8ccd5c1d38dec3bd1b7d60d53f1afe12fa'
'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'
- '6f1d9b6a119bfab150a0bc1f550609dd9290328df709b67c984f0a6b0abe8afd'
- '92b8755030d405fa4a9cd31cbe2998fd71584164431e5edc28c2be04fab24d1e')
+ '6f1d9b6a119bfab150a0bc1f550609dd9290328df709b67c984f0a6b0abe8afd')
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
@@ -175,11 +173,6 @@ prepare() {
### Fix https://bugs.archlinux.org/task/56207
msg "Fix bug #56207"
patch -Np1 -i ../0001-platform-x86-hp-wmi-Fix-tablet-mode-detection-for-co.patch
-
- ### Fix https://bugs.archlinux.org/task/56404
- msg "Fix bug #56404"
- patch -Np1 -i ../0001-bio-ensure-__bio_clone_fast-copies-bi_partno.patch
-
### Patch source with BFQ-SQ-MQ
msg "Fix naming schema in BFQ-SQ-MQ patch"