From 272a66a460a2a03fade0710038c289c3d750085a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A9clairevoyant?= <848000+eclairevoyant@users.noreply.github.com> Date: Fri, 18 Nov 2022 14:55:35 -0500 Subject: [PATCH] upgpkg: linux-vfio 6.0.9.arch1-1 upstream release --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6ab98f0..4ab65bc 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ pkgbase = linux-vfio pkgdesc = Linux - pkgver = 6.0.8.arch1 + pkgver = 6.0.9.arch1 pkgrel = 1 - url = https://github.com/archlinux/linux/commits/v6.0.8-arch1 + url = https://github.com/archlinux/linux/commits/v6.0.9-arch1 arch = x86_64 license = GPL2 makedepends = bc @@ -20,7 +20,7 @@ pkgbase = linux-vfio makedepends = texlive-latexextra makedepends = git options = !strip - source = archlinux-linux::git+https://github.com/archlinux/linux?signed#tag=v6.0.8-arch1 + source = archlinux-linux::git+https://github.com/archlinux/linux?signed#tag=v6.0.9-arch1 source = config source = add-acs-overrides.patch source = i915-vga-arbiter.patch diff --git a/PKGBUILD b/PKGBUILD index 5a0ecce..12431ca 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ # Upstream: Jan Alexander Steffens (heftig) pkgbase=linux-vfio -pkgver=6.0.8.arch1 +pkgver=6.0.9.arch1 pkgrel=1 pkgdesc='Linux' _srctag=v${pkgver%.*}-${pkgver##*.} @@ -161,7 +161,7 @@ _package-headers() { echo "Stripping build tools..." local file while read -rd '' file; do - case "$(file -bi "$file")" in + case "$(file -Sib "$file")" in application/x-sharedlib\;*) # Libraries (.so) strip -v $STRIP_SHARED "$file" ;; application/x-archive\;*) # Libraries (.a)