aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiota2024-03-07 13:25:47 +0000
committerxiota2024-03-07 13:25:47 +0000
commit8fd33cd3b1a306abce3de2524993bf315828c9fe (patch)
tree2695a42788fb3480f9bce02d62187f765ef0106a
parent2233610945f29ffd61bbde042ec73b6125b44617 (diff)
downloadaur-8fd33cd3b1a306abce3de2524993bf315828c9fe.tar.gz
6.6.21
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD5
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea58955d21e9..ba83783602b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-vfio-lts
pkgdesc = LTS Linux
- pkgver = 6.6.19
+ pkgver = 6.6.21
pkgrel = 1
url = https://www.kernel.org
arch = x86_64
@@ -19,17 +19,17 @@ pkgbase = linux-vfio-lts
makedepends = python-sphinx
makedepends = texlive-latexextra
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.19.tar.xz
- source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.19.tar.sign
- source = config-6.6.19::https://gitlab.archlinux.org/archlinux/packaging/packages/linux-lts/-/raw/main/config
+ source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.21.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.21.tar.sign
+ source = config-6.6.21::https://gitlab.archlinux.org/archlinux/packaging/packages/linux-lts/-/raw/main/config
source = 1001-6.6.7-add-acs-overrides.patch
source = 1002-6.6.7-i915-vga-arbiter.patch
- source = 0001-6.6.19-disallow-unprivileged-CLONE_NEWUSER.patch::https://gitlab.archlinux.org/archlinux/packaging/packages/linux-lts/-/raw/main/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
- source = 0002-6.6.19-nvidia-skip-simpledrm.patch::https://gitlab.archlinux.org/archlinux/packaging/packages/linux-lts/-/raw/main/0002-skip-simpledrm-if-nvidia-drm.modeset=1-is.patch
+ source = 0001-6.6.21-disallow-unprivileged-CLONE_NEWUSER.patch::https://gitlab.archlinux.org/archlinux/packaging/packages/linux-lts/-/raw/main/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
+ source = 0002-6.6.21-nvidia-skip-simpledrm.patch::https://gitlab.archlinux.org/archlinux/packaging/packages/linux-lts/-/raw/main/0002-skip-simpledrm-if-nvidia-drm.modeset=1-is.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
validpgpkeys = 83BC8889351B5DEBBB68416EB8AC08600F108CDF
- sha256sums = b5637e6b72c2b4b12e7db790bc155d141a9c2fe4b25f7b215410107e8747139a
+ sha256sums = ee0b430148da94d2b13608b8d80b007b7d281dc90e3f19b63cf9a9943810e457
sha256sums = SKIP
sha256sums = SKIP
sha256sums = f342986bd27980c96c952b0dd8103d3e21a942d87f18df1308fab370e20010fb
diff --git a/PKGBUILD b/PKGBUILD
index 43b22fce686d..a96181e6cecf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@
: ${_build_lts:=true}
: ${_build_v3:=false}
+unset _pkgtype
[[ "${_build_vfio::1}" == "t" ]] && _pkgtype+="-vfio"
[[ "${_build_lts::1}" == "t" ]] && _pkgtype+="-lts"
[[ "${_build_v3::1}" == "t" ]] && _pkgtype+="-v3"
@@ -20,7 +21,7 @@
_gitname="linux"
_pkgname="$_gitname${_pkgtype:-}"
pkgbase="$_pkgname"
-pkgver=6.6.19
+pkgver=6.6.21
pkgrel=1
pkgdesc='LTS Linux'
url='https://www.kernel.org'
@@ -50,7 +51,7 @@ source+=(
"config-$pkgver"::https://gitlab.archlinux.org/archlinux/packaging/packages/linux-lts/-/raw/main/config
)
sha256sums+=(
- 'b5637e6b72c2b4b12e7db790bc155d141a9c2fe4b25f7b215410107e8747139a'
+ 'ee0b430148da94d2b13608b8d80b007b7d281dc90e3f19b63cf9a9943810e457'
'SKIP'
'SKIP'
)