From e280f34fb3ffa2bef2b92403f817874c438b7bda Mon Sep 17 00:00:00 2001 From: Jan Alexander Steffens Date: Sun, 7 Mar 2021 18:34:36 +0000 Subject: [PATCH] 5.11.4.arch1-1 --- PKGBUILD | 6 ++---- config | 2 +- sphinx-workaround.patch | 19 ------------------- 3 files changed, 3 insertions(+), 24 deletions(-) delete mode 100644 sphinx-workaround.patch diff --git a/PKGBUILD b/PKGBUILD index 1fe65fe..112ee27 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) pkgbase=linux -pkgver=5.11.3.arch1 +pkgver=5.11.4.arch1 pkgrel=1 pkgdesc='Linux' _srctag=v${pkgver%.*}-${pkgver##*.} @@ -18,7 +18,6 @@ _srcname=archlinux-linux source=( "$_srcname::git+https://git.archlinux.org/linux.git?signed#tag=$_srctag" config # the main kernel config file - sphinx-workaround.patch # Sphinx 3.5 broke the build again ) validpgpkeys=( 'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds @@ -26,8 +25,7 @@ validpgpkeys=( 'A2FF3A36AAA56654109064AB19802F8B0D70FC30' # Jan Alexander Steffens (heftig) ) sha256sums=('SKIP' - '55394d9cee73413c06e332005e1af4d6e22d97cd7d915721f2edb424d61cc3b5' - '52fc0fcd806f34e774e36570b2a739dbdf337f7ff679b1c1139bee54d03301eb') + '0c4c3b90f011cac0973d65031d12c518da831d4563fee6ae60ee06929fe0bc81') export KBUILD_BUILD_HOST=archlinux export KBUILD_BUILD_USER=$pkgbase diff --git a/config b/config index 6089879..4a32b7f 100644 --- a/config +++ b/config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.11.3-arch1 Kernel Configuration +# Linux/x86 5.11.4-arch1 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0" CONFIG_CC_IS_GCC=y diff --git a/sphinx-workaround.patch b/sphinx-workaround.patch deleted file mode 100644 index a6e2c49..0000000 --- a/sphinx-workaround.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff --git i/Documentation/conf.py w/Documentation/conf.py -index 6a767294887e..d1d145759fed 100644 ---- i/Documentation/conf.py -+++ w/Documentation/conf.py -@@ -267,11 +267,9 @@ except ImportError: - - html_static_path = ['sphinx-static'] - --html_context = { -- 'css_files': [ -- '_static/theme_overrides.css', -- ], --} -+html_css_files = [ -+ '_static/theme_overrides.css', -+] - - # Add any extra paths that contain custom files (such as robots.txt or - # .htaccess) here, relative to this directory. These files are copied