1
0
mirror of https://aur.archlinux.org/linux-vfio.git synced 2024-12-26 20:54:17 +00:00

add pgp key

This commit is contained in:
xiota 2023-12-31 07:29:02 -08:00
parent adb8ddcb89
commit 50aba5a979
2 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,7 @@ pkgbase = linux-vfio
source = 1002-i915-vga-arbiter.patch source = 1002-i915-vga-arbiter.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886 validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
validpgpkeys = A2FF3A36AAA56654109064AB19802F8B0D70FC30
sha256sums = 5036c434e11e4b36d8da3f489851f7f829cf785fa7f7887468537a9ea4572416 sha256sums = 5036c434e11e4b36d8da3f489851f7f829cf785fa7f7887468537a9ea4572416
sha256sums = SKIP sha256sums = SKIP
sha256sums = 77f0ad619945e18ab880733129a49ad0af28c3f2fd7b1ae9bbb6465b5a4cd316 sha256sums = 77f0ad619945e18ab880733129a49ad0af28c3f2fd7b1ae9bbb6465b5a4cd316

View File

@ -46,6 +46,7 @@ source=(
validpgpkeys=( validpgpkeys=(
ABAF11C65A2970B130ABE3C479BE3E4300411886 # Linus Torvalds ABAF11C65A2970B130ABE3C479BE3E4300411886 # Linus Torvalds
647F28654894E3BD457199BE38DBBDC86092693E # Greg Kroah-Hartman 647F28654894E3BD457199BE38DBBDC86092693E # Greg Kroah-Hartman
A2FF3A36AAA56654109064AB19802F8B0D70FC30 # Jan Alexander Steffens (heftig)
) )
sha256sums=( sha256sums=(
'5036c434e11e4b36d8da3f489851f7f829cf785fa7f7887468537a9ea4572416' '5036c434e11e4b36d8da3f489851f7f829cf785fa7f7887468537a9ea4572416'
@ -80,6 +81,9 @@ prepare() {
patch -Np1 -F100 -i "../$src" patch -Np1 -F100 -i "../$src"
done done
# remove extra version suffix
sed -E 's&^(EXTRAVERSION =).*$&\1&' -i Makefile
echo "Setting config..." echo "Setting config..."
cp ../config .config cp ../config .config
make olddefconfig make olddefconfig