mirror of
https://aur.archlinux.org/linux-vfio.git
synced 2024-12-26 06:24:09 +00:00
upgpkg: linux-vfio 6.0.9.arch1-1
upstream release
This commit is contained in:
parent
bacb9f7e29
commit
272a66a460
6
.SRCINFO
6
.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
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -5,7 +5,7 @@
|
||||
# Upstream: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
|
||||
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user