mirror of
https://aur.archlinux.org/linux-vfio.git
synced 2024-12-26 04:24:09 +00:00
4.1.3
This commit is contained in:
parent
09df5d69b0
commit
d0439cfe99
18
.SRCINFO
18
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = linux-vfio
|
||||
pkgver = 4.1.2
|
||||
pkgrel = 2
|
||||
pkgver = 4.1.3
|
||||
pkgrel = 1
|
||||
url = http://www.kernel.org/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
@ -13,8 +13,8 @@ pkgbase = linux-vfio
|
||||
options = !strip
|
||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.1.tar.xz
|
||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.1.tar.sign
|
||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.1.2.xz
|
||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.1.2.sign
|
||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.1.3.xz
|
||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.1.3.sign
|
||||
source = config
|
||||
source = config.x86_64
|
||||
source = linux.preset
|
||||
@ -27,7 +27,7 @@ pkgbase = linux-vfio
|
||||
source = i915_317.patch
|
||||
sha256sums = caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f
|
||||
sha256sums = SKIP
|
||||
sha256sums = 1a8863e4cd7ef3d59b67061aaf5e3f98ad4c63dda015b9b483d458f2b673caef
|
||||
sha256sums = b949517b832af2fc90c57a35e475340f32c186f391cbdbfbe0aba7720dbb0b3e
|
||||
sha256sums = SKIP
|
||||
sha256sums = f4c6a5c2fc0ee2b792e43f4c1846b995051901a502fb97885d2296af55fa193d
|
||||
sha256sums = 58d49d4a3f6152394d903fd09113116fa3a0939d7d7ee419b2edbbd0c30e1755
|
||||
@ -38,7 +38,7 @@ pkgbase = linux-vfio
|
||||
sha256sums = 959c4d71b5dc50434eeecf3a8608758f57f111c6e999289c435b13fc8c6be5f0
|
||||
sha256sums = 1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99
|
||||
sha256sums = 975f79348119bfba8dd972a9fbfe6b38484c45bfd228f2f6d48a0c02426ba149
|
||||
sha256sums = f86ce528b63f198b84c4d8d92d35329aa4000d462217dc2db03bac5eb693cf19
|
||||
sha256sums = 65faab45248008810b0a5f27162101a34dfe298c14d3506e52236c680353d7f8
|
||||
|
||||
pkgname = linux-vfio
|
||||
pkgdesc = The Linux kernel and modules with patches to enable GPU passthrough with KVM
|
||||
@ -48,20 +48,20 @@ pkgname = linux-vfio
|
||||
depends = kmod
|
||||
depends = mkinitcpio>=0.7
|
||||
optdepends = crda: to set the correct wireless channels of your country
|
||||
provides = kernel26-vfio=4.1.2
|
||||
provides = kernel26-vfio=4.1.3
|
||||
conflicts = kernel26-vfio
|
||||
replaces = kernel26-vfio
|
||||
backup = etc/mkinitcpio.d/linux-vfio.preset
|
||||
|
||||
pkgname = linux-vfio-headers
|
||||
pkgdesc = Header files and scripts for building modules for Linux-vfio kernel
|
||||
provides = kernel26-vfio-headers=4.1.2
|
||||
provides = kernel26-vfio-headers=4.1.3
|
||||
conflicts = kernel26-vfio-headers
|
||||
replaces = kernel26-vfio-headers
|
||||
|
||||
pkgname = linux-vfio-docs
|
||||
pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux-vfio kernel
|
||||
provides = kernel26-vfio-docs=4.1.2
|
||||
provides = kernel26-vfio-docs=4.1.3
|
||||
conflicts = kernel26-vfio-docs
|
||||
replaces = kernel26-vfio-docs
|
||||
|
||||
|
6
PKGBUILD
6
PKGBUILD
@ -2,8 +2,8 @@
|
||||
|
||||
pkgbase=linux-vfio
|
||||
_srcname=linux-4.1
|
||||
pkgver=4.1.2
|
||||
pkgrel=2
|
||||
pkgver=4.1.3
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
@ -27,7 +27,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
||||
)
|
||||
sha256sums=('caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f'
|
||||
'SKIP'
|
||||
'1a8863e4cd7ef3d59b67061aaf5e3f98ad4c63dda015b9b483d458f2b673caef'
|
||||
'b949517b832af2fc90c57a35e475340f32c186f391cbdbfbe0aba7720dbb0b3e'
|
||||
'SKIP'
|
||||
'f4c6a5c2fc0ee2b792e43f4c1846b995051901a502fb97885d2296af55fa193d'
|
||||
'58d49d4a3f6152394d903fd09113116fa3a0939d7d7ee419b2edbbd0c30e1755'
|
||||
|
Loading…
Reference in New Issue
Block a user