From 27bb6d444383a558ff030b8302c29823d65b4cfe Mon Sep 17 00:00:00 2001 From: Mark Weiman Date: Fri, 5 Feb 2021 01:51:37 -0500 Subject: [PATCH] Update to 5.10.13.arch1-1 --- .SRCINFO | 6 +++--- PKGBUILD | 2 +- sphinx-workaround.patch | 13 ------------- 3 files changed, 4 insertions(+), 17 deletions(-) delete mode 100644 sphinx-workaround.patch diff --git a/.SRCINFO b/.SRCINFO index 8a559af..d72720a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ pkgbase = linux-vfio pkgdesc = Linux - pkgver = 5.10.11.arch1 + pkgver = 5.10.13.arch1 pkgrel = 1 - url = https://git.archlinux.org/linux.git/log/?h=v5.10.11-arch1 + url = https://git.archlinux.org/linux.git/log/?h=v5.10.13-arch1 arch = x86_64 license = GPL2 makedepends = bc @@ -20,7 +20,7 @@ pkgbase = linux-vfio makedepends = imagemagick makedepends = git options = !strip - source = archlinux-linux::git+https://git.archlinux.org/linux.git?signed#tag=v5.10.11-arch1 + source = archlinux-linux::git+https://git.archlinux.org/linux.git?signed#tag=v5.10.13-arch1 source = config source = add-acs-overrides.patch source = i915-vga-arbiter.patch diff --git a/PKGBUILD b/PKGBUILD index e493505..2449443 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ # Upstream: Jan Alexander Steffens (heftig) pkgbase=linux-vfio -pkgver=5.10.11.arch1 +pkgver=5.10.13.arch1 pkgrel=1 pkgdesc='Linux' _srctag=v${pkgver%.*}-${pkgver##*.} diff --git a/sphinx-workaround.patch b/sphinx-workaround.patch deleted file mode 100644 index 1aa3f1c..0000000 --- a/sphinx-workaround.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git i/Documentation/conf.py w/Documentation/conf.py -index 3c7bdf4cd31f..9a0ced58a3e9 100644 ---- i/Documentation/conf.py -+++ w/Documentation/conf.py -@@ -36,7 +36,7 @@ needs_sphinx = '1.3' - # Add any Sphinx extension module names here, as strings. They can be - # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom - # ones. --extensions = ['kerneldoc', 'rstFlatTable', 'kernel_include', 'cdomain', -+extensions = ['kerneldoc', 'rstFlatTable', 'kernel_include', - 'kfigure', 'sphinx.ext.ifconfig', 'automarkup', - 'maintainers_include'] -