summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2021-12-14 15:39:38 +0100
committerJosip Ponjavic2021-12-14 15:39:38 +0100
commit30d761198988f25666a8b5451ac3c7c751977983 (patch)
tree7c1430168efbc2179f0477f7622a620dabc3522a
parentc4066cf3f241184d89c8f4dc65441b1bc86425c1 (diff)
downloadaur-30d761198988f25666a8b5451ac3c7c751977983.tar.gz
5.4.165-1 (clr 5.4.164-157) 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 44be06fa4d29..f06b8e3f7623 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-clear-lts2019
pkgdesc = Clear Linux lts2019
- pkgver = 5.4.164
+ pkgver = 5.4.165
pkgrel = 1
url = https://github.com/clearlinux-pkgs/linux-lts2019
arch = x86_64
@@ -15,16 +15,16 @@ pkgbase = linux-clear-lts2019
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.tar.sign
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.4.164.xz
- source = linux-clear-lts2019::git+https://github.com/clearlinux-pkgs/linux-lts2019.git#tag=5.4.163-156
- 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.4.165.xz
+ source = linux-clear-lts2019::git+https://github.com/clearlinux-pkgs/linux-lts2019.git#tag=5.4.164-157
+ source = more-uarches-20211114.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20211114.tar.gz
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = bf338980b1670bca287f9994b7441c2361907635879169c64ae78364efc5f491
sha256sums = SKIP
- sha256sums = 04a1df92c9045f0e652160b1a55e589fa4962dc8e6b5926683d777d9d1899420
+ sha256sums = 0738e507c65a6c5ee08f036f23bbc08fd7a447718ee64fbcd592728d2b01faf7
sha256sums = SKIP
- sha256sums = b70720e7537a0b6455edaeb198d52151fb3b3c3a91631b8f43d2e71b694da611
+ sha256sums = fffcd3b2c139e6a0b80c976a4ce407d450cf8f454e697d5ed39d85e8232ddeba
pkgname = linux-clear-lts2019
pkgdesc = The Clear Linux lts2019 kernel and modules
diff --git a/PKGBUILD b/PKGBUILD
index b7ce4c933746..12c21d9f602c 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.4
-_minor=164
+_minor=165
_srcname=linux-${_major}
-_clr=${_major}.163-156
+_clr=${_major}.164-157
pkgbase=linux-clear-lts2019
pkgver=${_major}.${_minor}
pkgrel=1
@@ -86,7 +86,7 @@ url="https://github.com/clearlinux-pkgs/linux-lts2019"
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"
@@ -350,9 +350,9 @@ done
sha256sums=('bf338980b1670bca287f9994b7441c2361907635879169c64ae78364efc5f491'
'SKIP'
- '04a1df92c9045f0e652160b1a55e589fa4962dc8e6b5926683d777d9d1899420'
+ '0738e507c65a6c5ee08f036f23bbc08fd7a447718ee64fbcd592728d2b01faf7'
'SKIP'
- 'b70720e7537a0b6455edaeb198d52151fb3b3c3a91631b8f43d2e71b694da611')
+ 'fffcd3b2c139e6a0b80c976a4ce407d450cf8f454e697d5ed39d85e8232ddeba')
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds