1
0
mirror of https://aur.archlinux.org/linux-vfio.git synced 2024-12-26 18:44:10 +00:00

upgpkg: linux-vfio 6.1.2.arch1-1

upstream release

Signed-off-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
This commit is contained in:
éclairevoyant 2023-01-02 12:49:24 -05:00
parent 33a6d59a36
commit 0fc78d4054
2 changed files with 8 additions and 8 deletions

View File

@ -1,8 +1,8 @@
pkgbase = linux-vfio pkgbase = linux-vfio
pkgdesc = Linux pkgdesc = Linux
pkgver = 6.1.1.arch1 pkgver = 6.1.2.arch1
pkgrel = 2 pkgrel = 1
url = https://github.com/archlinux/linux/commits/v6.1.1-arch1 url = https://github.com/archlinux/linux/commits/v6.1.2-arch1
arch = x86_64 arch = x86_64
license = GPL2 license = GPL2
makedepends = bc makedepends = bc
@ -13,14 +13,14 @@ pkgbase = linux-vfio
makedepends = tar makedepends = tar
makedepends = xz makedepends = xz
makedepends = xmlto makedepends = xmlto
makedepends = python-sphinx makedepends = python-sphinx<6.0.0
makedepends = python-sphinx_rtd_theme makedepends = python-sphinx_rtd_theme
makedepends = graphviz makedepends = graphviz
makedepends = imagemagick makedepends = imagemagick
makedepends = texlive-latexextra makedepends = texlive-latexextra
makedepends = git makedepends = git
options = !strip 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 = config
source = 0001-add-acs-overrides.patch source = 0001-add-acs-overrides.patch
source = 0002-i915-vga-arbiter.patch source = 0002-i915-vga-arbiter.patch

View File

@ -5,8 +5,8 @@
# Upstream: Jan Alexander Steffens (heftig) <heftig@archlinux.org> # Upstream: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgbase=linux-vfio pkgbase=linux-vfio
pkgver=6.1.1.arch1 pkgver=6.1.2.arch1
pkgrel=2 pkgrel=1
pkgdesc='Linux' pkgdesc='Linux'
_srctag=v${pkgver%.*}-${pkgver##*.} _srctag=v${pkgver%.*}-${pkgver##*.}
url="https://github.com/archlinux/linux/commits/$_srctag" url="https://github.com/archlinux/linux/commits/$_srctag"
@ -14,7 +14,7 @@ arch=(x86_64)
license=(GPL2) license=(GPL2)
makedepends=( makedepends=(
bc libelf pahole cpio perl tar xz 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 git
) )
options=('!strip') options=('!strip')