summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2021-10-13 13:17:06 +0200
committerJosip Ponjavic2021-10-13 13:17:06 +0200
commit9e48a393f321cdb815f38ad02940a790baae24ad (patch)
tree75b381c2b4ba92234cd722253a34021dfd8c1dee
parentfc3a736c27dd2f1ab7c2875366560ad3ffa0adcf (diff)
downloadaur-9e48a393f321cdb815f38ad02940a790baae24ad.tar.gz
4.19.211-1 (clr 4.19.209-222)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3db8bba0a9f..6bb3e494c73d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-clear-lts2018
pkgdesc = Clear Linux lts2018
- pkgver = 4.19.209
+ pkgver = 4.19.211
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.209.xz
- source = linux-clear-lts2018::git+https://github.com/clearlinux-pkgs/linux-lts2018.git#tag=4.19.208-221
+ source = https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.19.211.xz
+ source = linux-clear-lts2018::git+https://github.com/clearlinux-pkgs/linux-lts2018.git#tag=4.19.209-222
source = more-uarches-20210914.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20210914.tar.gz
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1
sha256sums = SKIP
- sha256sums = f7cb37a31dc650d7313e0fc59dd2d8a5f041070e74bf7ac2e0feb06fa0e2af98
+ sha256sums = 98df4ebd40982f26ef67fc15925cfde2182521f309f86e3a6b334c6e3ea0343c
sha256sums = SKIP
sha256sums = b70720e7537a0b6455edaeb198d52151fb3b3c3a91631b8f43d2e71b694da611
diff --git a/PKGBUILD b/PKGBUILD
index 315f5b37e24f..430236aa0514 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -74,9 +74,9 @@ _use_current=
### IMPORTANT: Do no edit below this line unless you know what you're doing
_major=4.19
-_minor=209
+_minor=211
_srcname=linux-${_major}
-_clr=${_major}.208-221
+_clr=${_major}.209-222
pkgbase=linux-clear-lts2018
pkgver=${_major}.${_minor}
pkgrel=1
@@ -90,7 +90,7 @@ _gcc_more_v='20210914'
source=(
"https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${_major}.tar".{xz,sign}
"https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
- "${pkgbase}::git+https://github.com/clearlinux-pkgs/linux-lts2018.git#tag=${_clr}"
+ "$pkgbase::git+https://github.com/clearlinux-pkgs/linux-lts2018.git#tag=${_clr}"
"more-uarches-$_gcc_more_v.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/$_gcc_more_v.tar.gz"
)
@@ -170,6 +170,7 @@ prepare() {
--enable SECURITY_YAMA
make olddefconfig
+ diff -u $srcdir/$pkgbase/config .config || :
# https://github.com/graysky2/kernel_compiler_patch
# make sure to apply after olddefconfig to allow the next section
@@ -345,7 +346,7 @@ done
sha256sums=('0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1'
'SKIP'
- 'f7cb37a31dc650d7313e0fc59dd2d8a5f041070e74bf7ac2e0feb06fa0e2af98'
+ '98df4ebd40982f26ef67fc15925cfde2182521f309f86e3a6b334c6e3ea0343c'
'SKIP'
'b70720e7537a0b6455edaeb198d52151fb3b3c3a91631b8f43d2e71b694da611')