summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralzeih2017-12-08 12:39:51 +1300
committeralzeih2017-12-08 12:40:41 +1300
commit1994603faa3bef01ada4ac6cc3de72dda145f78b (patch)
treeb49a471f054f5eda20652645a7e5374cc0c7ebc4 /PKGBUILD
parentd4077367135069e8c98cf5f84302c1bd02a3905f (diff)
downloadaur-1994603faa3bef01ada4ac6cc3de72dda145f78b.tar.gz
upgpkg: linux-apparmor 4.14.4
Signed-off-by: alzeih <alzeih@users.noreply.github.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c237ec561637..4cb13ad605b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=linux-apparmor
_srcname=linux-4.14
-pkgver=4.14.3
+pkgver=4.14.4
pkgrel=1
arch=('x86_64')
url="https://www.kernel.org/"
@@ -19,7 +19,6 @@ source=(
'60-linux.hook' # pacman hook for depmod
'90-linux.hook' # pacman hook for initramfs regeneration
'linux.preset' # standard config files for mkinitcpio ramdisk
- '0001-platform-x86-hp-wmi-Fix-tablet-mode-detection-for-co.patch'
'config.fragment'
)
validpgpkeys=(
@@ -28,13 +27,12 @@ validpgpkeys=(
)
sha256sums=('f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7'
'SKIP'
- 'e13995c11d0c2d3379c887666dbfaca619200fb8853db6d5d67f97d47fd959b7'
+ 'e9dcf9aad5977289940cd6e3762af02b87a725ba6c1a9f4af86958dc621e3a84'
'SKIP'
'a68e94064f040d60e8e4c3380efeee085b54d252d527e960dd17ac688505d5b6'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'
- '6f1d9b6a119bfab150a0bc1f550609dd9290328df709b67c984f0a6b0abe8afd'
'728ea88383ce6c542e2969246036f454395d5412779ffb5299639610b82b21f1')
_kernelname=${pkgbase#linux}
@@ -50,9 +48,6 @@ prepare() {
# add latest fixes from stable queue, if needed
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
- # https://bugs.archlinux.org/task/56207
- patch -Np1 -i ../0001-platform-x86-hp-wmi-Fix-tablet-mode-detection-for-co.patch
-
cp -Tf ../config .config
if [ "${_kernelname}" != "" ]; then