1
0
mirror of https://aur.archlinux.org/linux-vfio.git synced 2025-07-07 14:04:30 +00:00

Update to 5.11.1.arch1

This commit is contained in:
Katelyn Schiesser
2021-02-24 19:07:58 -08:00
parent 5c88f2651e
commit 7c73f42710
4 changed files with 156 additions and 57 deletions

View File

@ -4,7 +4,7 @@
# Upstream: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgbase=linux-vfio
pkgver=5.10.16.arch1
pkgver=5.11.1.arch1
pkgrel=1
pkgdesc='Linux'
_srctag=v${pkgver%.*}-${pkgver##*.}
@ -21,6 +21,7 @@ _srcname=archlinux-linux
source=(
"$_srcname::git+https://git.archlinux.org/linux.git?signed#tag=$_srctag"
config # the main kernel config file
sphinx-workaround.patch # Sphinx 3.5 broke the build again
add-acs-overrides.patch
i915-vga-arbiter.patch
)
@ -30,7 +31,8 @@ validpgpkeys=(
'A2FF3A36AAA56654109064AB19802F8B0D70FC30' # Jan Alexander Steffens (heftig)
)
sha256sums=('SKIP'
'47a5c0cbe4f75e77fe64953b516a6a9f277c1dfb812e31edf5cb25feb1b3819a'
'd8d5d11c80424985642b0eea6ace3256b5a1e5e69d637104523460a5ebdda202'
'52fc0fcd806f34e774e36570b2a739dbdf337f7ff679b1c1139bee54d03301eb'
'b90be7b79652be61f7d50691000f6a8c75a240dc2eee2667b68d984f67583f77'
'1c621f67bbf9efef610d1b2d1afd727fca9ceaa298f807bd0348b59ec6ce9562' )
@ -98,6 +100,7 @@ _package() {
_package-headers() {
pkgdesc="Headers and scripts for building modules for the $pkgdesc kernel"
depends=(pahole)
cd $_srcname
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"