1
0
mirror of https://aur.archlinux.org/linux-vfio.git synced 2024-12-26 06:24:09 +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
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

View File

@ -5,8 +5,8 @@
# Upstream: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
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')