1
0
mirror of https://aur.archlinux.org/linux-vfio.git synced 2024-12-26 06:24:09 +00:00
This commit is contained in:
xiota 2023-12-29 06:57:05 -08:00
parent bc2fb3798c
commit adb8ddcb89
2 changed files with 21 additions and 11 deletions

View File

@ -1,6 +1,6 @@
pkgbase = linux-vfio
pkgdesc = Linux
pkgver = 6.6.7
pkgver = 6.6.8
pkgrel = 1
url = https://www.kernel.org
arch = x86_64
@ -19,18 +19,22 @@ pkgbase = linux-vfio
makedepends = python-sphinx
makedepends = texlive-latexextra
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.7.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.7.tar.sign
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.8.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.8.tar.sign
source = https://github.com/archlinux/linux/releases/download/v6.6.8-arch1/linux-v6.6.8-arch1.patch.zst
source = https://github.com/archlinux/linux/releases/download/v6.6.8-arch1/linux-v6.6.8-arch1.patch.zst.sig
source = config
source = 1001-add-acs-overrides.patch
source = 1002-i915-vga-arbiter.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 0ce68ec6019019140043263520955ecd04839e55a1baab2fa9155b42bb6fd841
sha256sums = 5036c434e11e4b36d8da3f489851f7f829cf785fa7f7887468537a9ea4572416
sha256sums = SKIP
sha256sums = 77f0ad619945e18ab880733129a49ad0af28c3f2fd7b1ae9bbb6465b5a4cd316
sha256sums = SKIP
sha256sums = 18fcff9fa723cef2feb654dae966a149f0ef0fea9dda1780d3de0ff07d4f8ab7
sha256sums = bdd2a5a56e01e91723907afb40d28bed77b7d5107aba92c85adb3ce6967e713a
sha256sums = 9a698eaf1a0bd740981e909b6ad9bd41300488a2a771843bf30b9bdc94aa3c3b
sha256sums = f342986bd27980c96c952b0dd8103d3e21a942d87f18df1308fab370e20010fb
sha256sums = 2a3c732d4d61a631c98b2a3e4afb1fa5dbf8be5c43519b2a59d0e65170c9d8db
pkgname = linux-vfio
pkgdesc = The Linux kernel and modules (ACS override and i915 VGA arbiter patches)

View File

@ -8,7 +8,7 @@
_gitname="linux"
_pkgname="$_gitname-vfio"
pkgbase="$_pkgname"
pkgver=6.6.7
pkgver=6.6.8
pkgrel=1
pkgdesc='Linux'
url='https://www.kernel.org'
@ -33,9 +33,13 @@ makedepends=(
)
options=('!strip')
_srcname=linux-$pkgver
_srctag=v$pkgver-arch1
_dl_url_arch='https://github.com/archlinux/linux'
source=(
https://cdn.kernel.org/pub/linux/kernel/v${pkgver%%.*}.x/${_srcname}.tar.{xz,sign}
config # the main kernel config file
$_dl_url_arch/releases/download/$_srctag/linux-$_srctag.patch.zst{,.sig}
config # the main kernel config file
1001-add-acs-overrides.patch # updated from https://lkml.org/lkml/2013/5/30/513
1002-i915-vga-arbiter.patch # updated from https://lkml.org/lkml/2014/5/9/517
)
@ -44,7 +48,9 @@ validpgpkeys=(
647F28654894E3BD457199BE38DBBDC86092693E # Greg Kroah-Hartman
)
sha256sums=(
'0ce68ec6019019140043263520955ecd04839e55a1baab2fa9155b42bb6fd841'
'5036c434e11e4b36d8da3f489851f7f829cf785fa7f7887468537a9ea4572416'
'SKIP'
'77f0ad619945e18ab880733129a49ad0af28c3f2fd7b1ae9bbb6465b5a4cd316'
'SKIP'
'18fcff9fa723cef2feb654dae966a149f0ef0fea9dda1780d3de0ff07d4f8ab7'
@ -121,8 +127,8 @@ _package() {
ZSTD_CLEVEL=19 make INSTALL_MOD_PATH="$pkgdir/usr" INSTALL_MOD_STRIP=1 \
DEPMOD=/doesnt/exist modules_install # Suppress depmod
# remove build and source links
rm "$modulesdir"/{source,build}
# remove build link
rm "$modulesdir"/build
}
_package-headers() {