mirror of
				https://aur.archlinux.org/linux-vfio.git
				synced 2025-11-04 05:26:59 +00:00 
			
		
		
		
	linux-vfio: upgpkg 6.1.12.arch1; remove replaces()
This commit is contained in:
		
							
								
								
									
										10
									
								
								.SRCINFO
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								.SRCINFO
									
									
									
									
									
								
							@@ -1,8 +1,8 @@
 | 
			
		||||
pkgbase = linux-vfio
 | 
			
		||||
	pkgdesc = Linux
 | 
			
		||||
	pkgver = 6.1.11.arch1
 | 
			
		||||
	pkgver = 6.1.12.arch1
 | 
			
		||||
	pkgrel = 1
 | 
			
		||||
	url = https://github.com/archlinux/linux/commits/v6.1.11-arch1
 | 
			
		||||
	url = https://github.com/archlinux/linux/commits/v6.1.12-arch1
 | 
			
		||||
	arch = x86_64
 | 
			
		||||
	license = GPL2
 | 
			
		||||
	makedepends = bc
 | 
			
		||||
@@ -21,7 +21,7 @@ pkgbase = linux-vfio
 | 
			
		||||
	makedepends = texlive-latexextra
 | 
			
		||||
	makedepends = git
 | 
			
		||||
	options = !strip
 | 
			
		||||
	source = archlinux-linux::git+https://github.com/archlinux/linux?signed#tag=v6.1.11-arch1
 | 
			
		||||
	source = archlinux-linux::git+https://github.com/archlinux/linux?signed#tag=v6.1.12-arch1
 | 
			
		||||
	source = config
 | 
			
		||||
	source = 0001-add-acs-overrides.patch
 | 
			
		||||
	source = 0002-i915-vga-arbiter.patch
 | 
			
		||||
@@ -30,7 +30,7 @@ pkgbase = linux-vfio
 | 
			
		||||
	validpgpkeys = A2FF3A36AAA56654109064AB19802F8B0D70FC30
 | 
			
		||||
	validpgpkeys = C7E7849466FE2358343588377258734B41C31549
 | 
			
		||||
	sha256sums = SKIP
 | 
			
		||||
	sha256sums = 2851b2b8475f1afae7d4f82b58cf7563adf99e39ebe2c1ffce2dd002e2f91b39
 | 
			
		||||
	sha256sums = 81a9379fd2eac51bb2dc69d83737d7fbdd41fcaca5af4873e3666d3c706760d1
 | 
			
		||||
	sha256sums = 46de3d90603a18762819a21605865e4b4a563744ff3ca73f7b2916c971b1188c
 | 
			
		||||
	sha256sums = 2e383fe0b5e1ba907a4d50e8e04d233f2b5442bba97449e867ae6949ec14c190
 | 
			
		||||
 | 
			
		||||
@@ -43,8 +43,6 @@ pkgname = linux-vfio
 | 
			
		||||
	optdepends = linux-firmware: firmware images needed for some devices
 | 
			
		||||
	provides = VIRTUALBOX-GUEST-MODULES
 | 
			
		||||
	provides = WIREGUARD-MODULE
 | 
			
		||||
	replaces = virtualbox-guest-modules-arch
 | 
			
		||||
	replaces = wireguard-arch
 | 
			
		||||
 | 
			
		||||
pkgname = linux-vfio-headers
 | 
			
		||||
	pkgdesc = Headers and scripts for building modules for the Linux kernel (ACS override and i915 VGA arbiter patches)
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										5
									
								
								PKGBUILD
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								PKGBUILD
									
									
									
									
									
								
							@@ -5,7 +5,7 @@
 | 
			
		||||
# Upstream: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
 | 
			
		||||
 | 
			
		||||
pkgbase=linux-vfio
 | 
			
		||||
pkgver=6.1.11.arch1
 | 
			
		||||
pkgver=6.1.12.arch1
 | 
			
		||||
pkgrel=1
 | 
			
		||||
pkgdesc='Linux'
 | 
			
		||||
_srctag=v${pkgver%.*}-${pkgver##*.}
 | 
			
		||||
@@ -32,7 +32,7 @@ validpgpkeys=(
 | 
			
		||||
  'C7E7849466FE2358343588377258734B41C31549'  # David Runge <dvzrv@archlinux.org>
 | 
			
		||||
)
 | 
			
		||||
sha256sums=('SKIP'
 | 
			
		||||
            '2851b2b8475f1afae7d4f82b58cf7563adf99e39ebe2c1ffce2dd002e2f91b39'
 | 
			
		||||
            '81a9379fd2eac51bb2dc69d83737d7fbdd41fcaca5af4873e3666d3c706760d1'
 | 
			
		||||
            '46de3d90603a18762819a21605865e4b4a563744ff3ca73f7b2916c971b1188c'
 | 
			
		||||
            '2e383fe0b5e1ba907a4d50e8e04d233f2b5442bba97449e867ae6949ec14c190')
 | 
			
		||||
 | 
			
		||||
@@ -77,7 +77,6 @@ _package() {
 | 
			
		||||
  optdepends=('wireless-regdb: to set the correct wireless channels of your country'
 | 
			
		||||
              'linux-firmware: firmware images needed for some devices')
 | 
			
		||||
  provides=(VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE)
 | 
			
		||||
  replaces=(virtualbox-guest-modules-arch wireguard-arch)
 | 
			
		||||
 | 
			
		||||
  cd $_srcname
 | 
			
		||||
  local kernver="$(<version)"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								config
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								config
									
									
									
									
									
								
							@@ -1,8 +1,8 @@
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated file; DO NOT EDIT.
 | 
			
		||||
# Linux/x86 6.1.8-arch1 Kernel Configuration
 | 
			
		||||
# Linux/x86 6.1.12-arch1 Kernel Configuration
 | 
			
		||||
#
 | 
			
		||||
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.1 20230111"
 | 
			
		||||
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.1 20230201"
 | 
			
		||||
CONFIG_CC_IS_GCC=y
 | 
			
		||||
CONFIG_GCC_VERSION=120201
 | 
			
		||||
CONFIG_CLANG_VERSION=0
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user