diff options
author | Josip Ponjavic | 2020-10-29 11:50:08 +0100 |
---|---|---|
committer | Josip Ponjavic | 2020-10-29 11:50:08 +0100 |
commit | b9f59429ac6550a04e81e1be77059e240ac390d5 (patch) | |
tree | 17dcea8919114cad54d424ce3563f0d9e2484538 | |
parent | 2c18cc2d73f786bbc145dad24481382ea3d21d42 (diff) | |
download | aur-b9f59429ac6550a04e81e1be77059e240ac390d5.tar.gz |
4.19.153-1 (clr 4.19.152-171)
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 8 insertions, 8 deletions
@@ -1,6 +1,6 @@ pkgbase = linux-clear-lts2018 pkgdesc = Clear Linux lts2018 - pkgver = 4.19.152 + pkgver = 4.19.153 pkgrel = 1 url = https://github.com/clearlinux-pkgs/linux-lts2018 arch = x86_64 @@ -14,14 +14,14 @@ pkgbase = linux-clear-lts2018 options = !strip source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.19.tar.xz source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.19.tar.sign - source = https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.19.152.xz - source = linux-clear-lts2018::git+https://github.com/clearlinux-pkgs/linux-lts2018.git#tag=4.19.151-170 + source = https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.19.153.xz + source = linux-clear-lts2018::git+https://github.com/clearlinux-pkgs/linux-lts2018.git#tag=4.19.152-171 source = enable_additional_cpu_optimizations-20200615.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20200615.tar.gz validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886 validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E sha256sums = 0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1 sha256sums = SKIP - sha256sums = a80395a840a0aafbe1c852a1d13b6e822e0e47248f657769a4359add69749293 + sha256sums = e2ad280c23415a3a0b8b72639935eb4e1b66c0814518f6812df98add37361a5c sha256sums = SKIP sha256sums = 278fe9ffb29d92cc5220e7beac34a8e3a2006e714d16a21a0427069f9634af90 @@ -61,9 +61,9 @@ _localmodcfg= ### IMPORTANT: Do no edit below this line unless you know what you're doing _major=4.19 -_minor=152 +_minor=153 _srcname=linux-${_major} -_clr=${_major}.151-170 +_clr=${_major}.152-171 pkgbase=linux-clear-lts2018 pkgver=${_major}.${_minor} pkgrel=1 @@ -178,7 +178,7 @@ prepare() { ### Optionally load needed modules for the make localmodconfig # See https://aur.archlinux.org/packages/modprobed-db if [ -n "$_localmodcfg" ]; then - if [ -f $HOME/.config/modprobed.db ]; then + if [ -e $HOME/.config/modprobed.db ]; then echo "Running Steven Rostedt's make localmodconfig now" make LSMOD=$HOME/.config/modprobed.db localmodconfig else @@ -321,7 +321,7 @@ done sha256sums=('0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1' 'SKIP' - 'a80395a840a0aafbe1c852a1d13b6e822e0e47248f657769a4359add69749293' + 'e2ad280c23415a3a0b8b72639935eb4e1b66c0814518f6812df98add37361a5c' 'SKIP' '278fe9ffb29d92cc5220e7beac34a8e3a2006e714d16a21a0427069f9634af90') |