summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2021-09-30 11:22:15 +0200
committerJosip Ponjavic2021-09-30 11:22:15 +0200
commitfb36a67fceb6ac334e6fc5ddef071f20e4d8222f (patch)
treeefa82756acdd9059f388c06921df77335715b4b6
parentaabd4793918f74c77ff0fe2fb1edbab447110e6e (diff)
downloadaur-fb36a67fceb6ac334e6fc5ddef071f20e4d8222f.tar.gz
5.10.70-1 (clr 5.10.69-20)
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 463c400c8411..87a8de4bbd73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-clear-lts2020
pkgdesc = Clear Linux lts2020
- pkgver = 5.10.69
+ pkgver = 5.10.70
pkgrel = 1
url = https://github.com/clearlinux-pkgs/linux-lts2020
arch = x86_64
@@ -14,16 +14,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.69.xz
- source = clearlinux-lts2020::git+https://github.com/clearlinux-pkgs/linux-lts2020.git#tag=5.10.68-19
- source = more-uarches-20210818.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20210818.tar.gz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.10.70.xz
+ source = clearlinux-lts2020::git+https://github.com/clearlinux-pkgs/linux-lts2020.git#tag=5.10.69-20
+ source = more-uarches-20210914.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20210914.tar.gz
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43
sha256sums = SKIP
- sha256sums = 2612c275d5dbb5c0b612aa774a6cd9e7b38bdde42070961a688d7ac3819a9186
+ sha256sums = ed4ca11e3e6b5bfce76d461e88896383ed1333092bd45492bac5674a40c5c70d
sha256sums = SKIP
- sha256sums = d361171032ec9fce11c53bfbd667d0c3f0cb4004a17329ab195d6dcc5aa88caf
+ sha256sums = b70720e7537a0b6455edaeb198d52151fb3b3c3a91631b8f43d2e71b694da611
pkgname = linux-clear-lts2020
pkgdesc = The Clear Linux lts2020 kernel and modules
diff --git a/PKGBUILD b/PKGBUILD
index 249a0dae1522..47d3e97a8984 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=5.10
-_minor=69
+_minor=70
_srcname=linux-${_major}
-_clr=${_major}.68-19
+_clr=${_major}.69-20
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' 'xmlto')
options=('!strip')
-_gcc_more_v='20210818'
+_gcc_more_v='20210914'
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"
@@ -176,7 +176,7 @@ prepare() {
# https://github.com/graysky2/kernel_compiler_patch
# make sure to apply after olddefconfig to allow the next section
echo "Patching to enable GCC optimization for other uarchs..."
- patch -Np1 -i "$srcdir/kernel_compiler_patch-$_gcc_more_v/more-uarches-for-kernel-5.8+.patch"
+ patch -Np1 -i "$srcdir/kernel_compiler_patch-$_gcc_more_v/more-uarches-for-kernel-5.8-5.14.patch"
if [ -n "$_subarch" ]; then
# user wants a subarch so apply choice defined above interactively via 'yes'
@@ -344,9 +344,9 @@ done
sha256sums=('dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43'
'SKIP'
- '2612c275d5dbb5c0b612aa774a6cd9e7b38bdde42070961a688d7ac3819a9186'
+ 'ed4ca11e3e6b5bfce76d461e88896383ed1333092bd45492bac5674a40c5c70d'
'SKIP'
- 'd361171032ec9fce11c53bfbd667d0c3f0cb4004a17329ab195d6dcc5aa88caf')
+ 'b70720e7537a0b6455edaeb198d52151fb3b3c3a91631b8f43d2e71b694da611')
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds