summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordysphoria2017-11-13 11:46:40 +0000
committerdysphoria2017-11-13 11:46:40 +0000
commit60e7b64b1ccc5b6cdac0b1f864c1f2c181d9eff1 (patch)
tree36d97e68714eca06b86953642148cd7817cb9b7a /PKGBUILD
parent09f61b980a379c2763656e6e01cd9ff75247f171 (diff)
downloadaur-60e7b64b1ccc5b6cdac0b1f864c1f2c181d9eff1.tar.gz
[upd] bump to latest, drop i686
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 5 insertions, 14 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 521cfebf5043..113059169f88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgbase=linux-lts-tomoyo
_srcname=linux-4.9
-pkgver=4.9.59
+pkgver=4.9.61
pkgrel=1
arch=('i686' 'x86_64')
url="https://www.kernel.org/"
@@ -18,7 +18,7 @@ options=('!strip')
source=(https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.{xz,sign}
https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.{xz,sign}
# the main kernel config files
- 'config' 'config.x86_64'
+ 'config'
# pacman hook for initramfs regeneration
'90-linux.hook'
# standard config files for mkinitcpio ramdisk
@@ -28,10 +28,9 @@ source=(https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.{xz,sign}
# https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
sha256sums=('029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a'
'SKIP'
- '2490246b965c7df24208e6e3512ff19c69e0603435865fda5152195eab073800'
+ '73abd713dfbc954cc3d2eebfd35370629b3e6e09e2a539dba2bd608f03b5947b'
'SKIP'
- '6ee48ebd5cf5a6f1a8ab3bb8b00956345b2b2bab3b1238a90d0de09745c502ec'
- '1bec2ba1cd21b26234caf33cca737259797430d4fe5fade16e60480a9442a6e0'
+ '6c4d909ae6594a2956c257539c8b2f67a8de52d7335be172787d6dc8aca12c99'
'834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
'37251bcac043748f5b42115205848fd5f80c99d69b7f4b88afdc7f2dcb653a1f'
'1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
@@ -54,11 +53,7 @@ prepare() {
# (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
patch -p1 -i "${srcdir}/change-default-console-loglevel.patch"
- if [ "${CARCH}" = "x86_64" ]; then
- cat "${srcdir}/config.x86_64" > ./.config
- else
- cat "${srcdir}/config" > ./.config
- fi
+ cat "${srcdir}/config" > ./.config
# Enable TOMOYO Linux
msg "Enabling TOMOYO Linux..."
@@ -199,10 +194,6 @@ _package-headers() {
cp arch/${KARCH}/Makefile "${pkgdir}/usr/lib/modules/${_kernver}/build/arch/${KARCH}/"
- if [ "${CARCH}" = "i686" ]; then
- cp arch/${KARCH}/Makefile_32.cpu "${pkgdir}/usr/lib/modules/${_kernver}/build/arch/${KARCH}/"
- fi
-
cp arch/${KARCH}/kernel/asm-offsets.s "${pkgdir}/usr/lib/modules/${_kernver}/build/arch/${KARCH}/kernel/"
# add docbook makefile