summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2021-12-14 12:54:11 +0100
committerJosip Ponjavic2021-12-14 12:54:11 +0100
commitf5be8b66965a020f4d461bac4d7b708169d839b5 (patch)
tree6b3fb0f6c8f415398abd7e790b50b4ecb89ea77b
parent31b6ac878d038ae1b27efddc72d9c02c76df3c95 (diff)
downloadaur-f5be8b66965a020f4d461bac4d7b708169d839b5.tar.gz
5.10.85-1 (clr 5.10.84-35) more-uarches-20211114
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD18
2 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4befe575ed6..c83c494e377b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-clear-lts2020
pkgdesc = Clear Linux lts2020
- pkgver = 5.10.84
+ pkgver = 5.10.85
pkgrel = 1
url = https://github.com/clearlinux-pkgs/linux-lts2020
arch = x86_64
@@ -15,16 +15,16 @@ pkgbase = linux-clear-lts2020
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.sign
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.10.84.xz
- source = linux-clear-lts2020::git+https://github.com/clearlinux-pkgs/linux-lts2020.git#tag=5.10.83-34
- source = more-uarches-20210914.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20210914.tar.gz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.10.85.xz
+ source = linux-clear-lts2020::git+https://github.com/clearlinux-pkgs/linux-lts2020.git#tag=5.10.84-35
+ source = more-uarches-20211114.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20211114.tar.gz
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43
sha256sums = SKIP
- sha256sums = 6b25f76238711ce0da55ed7c0a45a7431f1a8d17809270167e947671400d7c16
+ sha256sums = 418d05606420fc906f98c245a7f1679be7831eaad83d3b78f2621b5bdd6bcdb0
sha256sums = SKIP
- sha256sums = b70720e7537a0b6455edaeb198d52151fb3b3c3a91631b8f43d2e71b694da611
+ sha256sums = fffcd3b2c139e6a0b80c976a4ce407d450cf8f454e697d5ed39d85e8232ddeba
pkgname = linux-clear-lts2020
pkgdesc = The Clear Linux lts2020 kernel and modules
diff --git a/PKGBUILD b/PKGBUILD
index f2bcf4f3c4a0..ed80824cb916 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Set the next two variables to ANYTHING that is not null to enable them
# Tweak kernel options prior to a build via nconfig
-_makenconfig=
+: "${_makenconfig:=""}"
# Only compile active modules to VASTLY reduce the number of modules built and
# the build time.
@@ -15,7 +15,7 @@ _makenconfig=
# This PKGBUILD reads the database kept if it exists
#
# More at this wiki page ---> https://wiki.archlinux.org/index.php/Modprobed-db
-_localmodcfg=
+: "${_localmodcfg:=""}"
# Optionally select a sub architecture by number or leave blank which will
# require user interaction during the build. Note that the generic (default)
@@ -62,21 +62,21 @@ _localmodcfg=
# 39. Generic-x86-64-v4 (GENERIC_CPU4)
# 40. Intel-Native optimizations autodetected by GCC (MNATIVE_INTEL)
# 41. AMD-Native optimizations autodetected by GCC (MNATIVE_AMD)
-_subarch=
+: "${_subarch:=""}"
# Use the current kernel's .config file
# Enabling this option will use the .config of the RUNNING kernel rather than
# the ARCH defaults. Useful when the package gets updated and you already went
# through the trouble of customizing your config options. NOT recommended when
# a new kernel is released, but again, convenient for package bumps.
-_use_current=
+: "${_use_current:=""}"
### IMPORTANT: Do no edit below this line unless you know what you're doing
_major=5.10
-_minor=84
+_minor=85
_srcname=linux-${_major}
-_clr=${_major}.83-34
+_clr=${_major}.84-35
pkgbase=linux-clear-lts2020
pkgver=${_major}.${_minor}
pkgrel=1
@@ -86,7 +86,7 @@ url="https://github.com/clearlinux-pkgs/linux-lts2020"
license=('GPL2')
makedepends=('bc' 'cpio' 'git' 'kmod' 'libelf' 'pahole' 'xmlto')
options=('!strip')
-_gcc_more_v='20210914'
+_gcc_more_v='20211114'
source=(
"https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${_major}.tar.xz"
"https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${_major}.tar.sign"
@@ -349,9 +349,9 @@ done
sha256sums=('dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43'
'SKIP'
- '6b25f76238711ce0da55ed7c0a45a7431f1a8d17809270167e947671400d7c16'
+ '418d05606420fc906f98c245a7f1679be7831eaad83d3b78f2621b5bdd6bcdb0'
'SKIP'
- 'b70720e7537a0b6455edaeb198d52151fb3b3c3a91631b8f43d2e71b694da611')
+ 'fffcd3b2c139e6a0b80c976a4ce407d450cf8f454e697d5ed39d85e8232ddeba')
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds