summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2023-06-15 15:45:48 -0400
committerChris Severance2023-06-15 15:45:48 -0400
commit2224d4e0bc3fe9f656204ac912d8b7166138cd4c (patch)
tree988839f1643331d1aedd4505b85ec2d3d6c71a7f
parent33190f58d1cdec1a348bef8304d756d612e333f0 (diff)
downloadaur-2224d4e0bc3fe9f656204ac912d8b7166138cd4c.tar.gz
autu: Update to 5.10.184-1
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0b7bdf6e948..104f9159d9b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-lts510
pkgdesc = LTS 5.10 Linux
- pkgver = 5.10.183
+ pkgver = 5.10.184
pkgrel = 1
url = https://www.kernel.org/
arch = x86_64
@@ -20,23 +20,20 @@ pkgbase = linux-lts510
makedepends = graphviz
makedepends = imagemagick
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.183.tar.xz
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.183.tar.sign
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.184.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.184.tar.sign
source = config
source = 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
- source = 0002-reorganize-gimple-includes-for-GCC-13.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- md5sums = 0de59f39471b3c3d49d318df544190f0
+ md5sums = bac1cfd6bda21ce872beb0fd273487a3
md5sums = SKIP
md5sums = 8b8fa773fe9c7938a76ba07ca2933ed8
md5sums = d31360693fb06a0d69c1f126350baa6d
- md5sums = a77dc4dacf4e37a295f752aee2353016
- sha256sums = 409497c635caf49614de21950ec091eb621a5d5fe1f63fc418ef68ac38b56119
+ sha256sums = 77a9bebc1d1fa057212a3ac62c2a0784aafcdef149032df8898ebc9ed3c62908
sha256sums = SKIP
sha256sums = ddc8d7c604a2f8373a25674d06cd377fdf80adca9bd426f4c8a50f3d52403001
sha256sums = 96a72e1652314215da7140956c3abcf495cafd00811eda3cf4ce03ec5f791f1e
- sha256sums = 40024e38f7aee6d3f8e07528a411d9b0acbf1224c56434d96644acbff7862905
pkgname = linux-lts510
pkgdesc = The LTS 5.10 Linux kernel and modules
diff --git a/PKGBUILD b/PKGBUILD
index c96971790d67..8f37d1093758 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andreas Radke <andyrtr@archlinux.org>
pkgbase=linux-lts510
-pkgver=5.10.183
+pkgver=5.10.184
pkgrel=1
pkgdesc='LTS 5.10 Linux'
url="https://www.kernel.org/"
@@ -20,23 +20,21 @@ source=(
config # the main kernel config file
0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
# https://build.opensuse.org/package/show/home:curb:ArchLinux/linux-lts510
- 0002-reorganize-gimple-includes-for-GCC-13.patch # https://lore.kernel.org/lkml/20230118202355.never.520-kees@kernel.org/raw
+ #0002-reorganize-gimple-includes-for-GCC-13.patch # https://lore.kernel.org/lkml/20230118202355.never.520-kees@kernel.org/raw
)
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
)
# https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-md5sums=('0de59f39471b3c3d49d318df544190f0'
+md5sums=('bac1cfd6bda21ce872beb0fd273487a3'
'SKIP'
'8b8fa773fe9c7938a76ba07ca2933ed8'
- 'd31360693fb06a0d69c1f126350baa6d'
- 'a77dc4dacf4e37a295f752aee2353016')
-sha256sums=('409497c635caf49614de21950ec091eb621a5d5fe1f63fc418ef68ac38b56119'
+ 'd31360693fb06a0d69c1f126350baa6d')
+sha256sums=('77a9bebc1d1fa057212a3ac62c2a0784aafcdef149032df8898ebc9ed3c62908'
'SKIP'
'ddc8d7c604a2f8373a25674d06cd377fdf80adca9bd426f4c8a50f3d52403001'
- '96a72e1652314215da7140956c3abcf495cafd00811eda3cf4ce03ec5f791f1e'
- '40024e38f7aee6d3f8e07528a411d9b0acbf1224c56434d96644acbff7862905')
+ '96a72e1652314215da7140956c3abcf495cafd00811eda3cf4ce03ec5f791f1e')
export KBUILD_BUILD_HOST=archlinux
export KBUILD_BUILD_USER=$pkgbase