From 0fc78d4054ca949f72e7e3635b5a8eff07517258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A9clairevoyant?= <848000+eclairevoyant@users.noreply.github.com> Date: Mon, 2 Jan 2023 12:49:24 -0500 Subject: [PATCH] upgpkg: linux-vfio 6.1.2.arch1-1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit upstream release Signed-off-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com> --- .SRCINFO | 10 +++++----- PKGBUILD | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 95d0c27..3171ee1 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ pkgbase = linux-vfio pkgdesc = Linux - pkgver = 6.1.1.arch1 - pkgrel = 2 - url = https://github.com/archlinux/linux/commits/v6.1.1-arch1 + pkgver = 6.1.2.arch1 + pkgrel = 1 + url = https://github.com/archlinux/linux/commits/v6.1.2-arch1 arch = x86_64 license = GPL2 makedepends = bc @@ -13,14 +13,14 @@ pkgbase = linux-vfio makedepends = tar makedepends = xz makedepends = xmlto - makedepends = python-sphinx + makedepends = python-sphinx<6.0.0 makedepends = python-sphinx_rtd_theme makedepends = graphviz makedepends = imagemagick makedepends = texlive-latexextra makedepends = git options = !strip - source = archlinux-linux::git+https://github.com/archlinux/linux?signed#tag=v6.1.1-arch1 + source = archlinux-linux::git+https://github.com/archlinux/linux?signed#tag=v6.1.2-arch1 source = config source = 0001-add-acs-overrides.patch source = 0002-i915-vga-arbiter.patch diff --git a/PKGBUILD b/PKGBUILD index 73a9faa..58f6a1d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,8 +5,8 @@ # Upstream: Jan Alexander Steffens (heftig) pkgbase=linux-vfio -pkgver=6.1.1.arch1 -pkgrel=2 +pkgver=6.1.2.arch1 +pkgrel=1 pkgdesc='Linux' _srctag=v${pkgver%.*}-${pkgver##*.} url="https://github.com/archlinux/linux/commits/$_srctag" @@ -14,7 +14,7 @@ arch=(x86_64) license=(GPL2) makedepends=( bc libelf pahole cpio perl tar xz - xmlto python-sphinx python-sphinx_rtd_theme graphviz imagemagick texlive-latexextra + xmlto 'python-sphinx<6.0.0' python-sphinx_rtd_theme graphviz imagemagick texlive-latexextra git ) options=('!strip')