Update to 5.10.13.arch1-1

This commit is contained in:
Mark Weiman 2021-02-05 01:51:37 -05:00
parent dbe889f8a2
commit 27bb6d4443
3 changed files with 4 additions and 17 deletions

View File

@ -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

View File

@ -4,7 +4,7 @@
# Upstream: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgbase=linux-vfio
pkgver=5.10.11.arch1
pkgver=5.10.13.arch1
pkgrel=1
pkgdesc='Linux'
_srctag=v${pkgver%.*}-${pkgver##*.}

View File

@ -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']