summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2024-05-04 16:39:09 -0400
committerChris Severance2024-05-04 16:39:09 -0400
commit384633d2ed63da84d3c602dd47aebb40e85bc143 (patch)
treed71200acdfe44d98dfc58fc3f4cc9418b4d579d2
parent34cba5f2d427d329b5a667cbda37e43e16e50b61 (diff)
downloadaur-384633d2ed63da84d3c602dd47aebb40e85bc143.tar.gz
autu: Update to 5.4.275-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f8c0a1fd1c6..1596d994ab70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-lts54
pkgdesc = LTS 5.4 Linux
- pkgver = 5.4.274
+ pkgver = 5.4.275
pkgrel = 1
url = https://www.kernel.org/
arch = x86_64
@@ -19,8 +19,8 @@ pkgbase = linux-lts54
makedepends = graphviz
makedepends = imagemagick
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.274.tar.xz
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.274.tar.sign
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.275.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.275.tar.sign
source = config
source = 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
source = 0002-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch
@@ -29,7 +29,7 @@ pkgbase = linux-lts54
source = 0004-Sphinx-7.2.2-8.0-PosixPath.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = eac7b421a43cd46a3dbebf7c85d075faa7e164d80d215d31fcd35544b6f79ed4
+ sha256sums = dad2b068946f0ca0026130d7ab17601d5074d90b381379c4479314d4edf4304c
sha256sums = SKIP
sha256sums = bffa24efd9e84ffd48069947cc5ed52827d280dbd303f50e6286c48c89613b3f
sha256sums = b439f57b84bc98730c0265695abb92385ee4dcd35a5c00d4cb3d3155c75fb491
diff --git a/PKGBUILD b/PKGBUILD
index f81c6a48a735..3bbcb792627a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Andreas Radke <andyrtr@archlinux.org>
pkgbase=linux-lts54
-pkgver=5.4.274
+pkgver=5.4.275
pkgrel=1
pkgdesc='LTS 5.4 Linux'
url="https://www.kernel.org/"
@@ -28,7 +28,7 @@ validpgpkeys=(
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
)
# https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256sums=('eac7b421a43cd46a3dbebf7c85d075faa7e164d80d215d31fcd35544b6f79ed4'
+sha256sums=('dad2b068946f0ca0026130d7ab17601d5074d90b381379c4479314d4edf4304c'
'SKIP'
'bffa24efd9e84ffd48069947cc5ed52827d280dbd303f50e6286c48c89613b3f'
'b439f57b84bc98730c0265695abb92385ee4dcd35a5c00d4cb3d3155c75fb491'
@@ -69,7 +69,7 @@ prepare() {
build() {
cd $_srcname
make all
- make htmldocs SPHINXOPTS='-T'
+ make -i htmldocs SPHINXOPTS='-T --keep-going'
}
_package() {