mirror of
https://aur.archlinux.org/linux-vfio.git
synced 2024-12-26 20:54:17 +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
|
pkgbase = linux-vfio
|
||||||
pkgdesc = Linux
|
pkgdesc = Linux
|
||||||
pkgver = 6.0.8.arch1
|
pkgver = 6.0.9.arch1
|
||||||
pkgrel = 1
|
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
|
arch = x86_64
|
||||||
license = GPL2
|
license = GPL2
|
||||||
makedepends = bc
|
makedepends = bc
|
||||||
@ -20,7 +20,7 @@ pkgbase = linux-vfio
|
|||||||
makedepends = texlive-latexextra
|
makedepends = texlive-latexextra
|
||||||
makedepends = git
|
makedepends = git
|
||||||
options = !strip
|
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 = config
|
||||||
source = add-acs-overrides.patch
|
source = add-acs-overrides.patch
|
||||||
source = i915-vga-arbiter.patch
|
source = i915-vga-arbiter.patch
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -5,7 +5,7 @@
|
|||||||
# Upstream: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
|
# Upstream: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
|
||||||
|
|
||||||
pkgbase=linux-vfio
|
pkgbase=linux-vfio
|
||||||
pkgver=6.0.8.arch1
|
pkgver=6.0.9.arch1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Linux'
|
pkgdesc='Linux'
|
||||||
_srctag=v${pkgver%.*}-${pkgver##*.}
|
_srctag=v${pkgver%.*}-${pkgver##*.}
|
||||||
@ -161,7 +161,7 @@ _package-headers() {
|
|||||||
echo "Stripping build tools..."
|
echo "Stripping build tools..."
|
||||||
local file
|
local file
|
||||||
while read -rd '' file; do
|
while read -rd '' file; do
|
||||||
case "$(file -bi "$file")" in
|
case "$(file -Sib "$file")" in
|
||||||
application/x-sharedlib\;*) # Libraries (.so)
|
application/x-sharedlib\;*) # Libraries (.so)
|
||||||
strip -v $STRIP_SHARED "$file" ;;
|
strip -v $STRIP_SHARED "$file" ;;
|
||||||
application/x-archive\;*) # Libraries (.a)
|
application/x-archive\;*) # Libraries (.a)
|
||||||
|
Loading…
Reference in New Issue
Block a user