forked from AUR/linux-vfio
3.18.6
This commit is contained in:
parent
f7fae591d7
commit
efefab4c61
14
.SRCINFO
14
.SRCINFO
@ -1,5 +1,5 @@
|
||||
pkgbase = linux-vfio
|
||||
pkgver = 3.18.5
|
||||
pkgver = 3.18.6
|
||||
pkgrel = 1
|
||||
url = http://www.kernel.org/
|
||||
arch = i686
|
||||
@ -13,8 +13,8 @@ pkgbase = linux-vfio
|
||||
options = !strip
|
||||
source = https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.18.tar.xz
|
||||
source = https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.18.tar.sign
|
||||
source = https://www.kernel.org/pub/linux/kernel/v3.x/patch-3.18.5.xz
|
||||
source = https://www.kernel.org/pub/linux/kernel/v3.x/patch-3.18.5.sign
|
||||
source = https://www.kernel.org/pub/linux/kernel/v3.x/patch-3.18.6.xz
|
||||
source = https://www.kernel.org/pub/linux/kernel/v3.x/patch-3.18.6.sign
|
||||
source = config
|
||||
source = config.x86_64
|
||||
source = linux.preset
|
||||
@ -23,7 +23,7 @@ pkgbase = linux-vfio
|
||||
source = i915_317.patch
|
||||
sha256sums = becc413cc9e6d7f5cc52a3ce66d65c3725bc1d1cc1001f4ce6c32b69eb188cbd
|
||||
sha256sums = SKIP
|
||||
sha256sums = 9e261632e11f629705c3f1b2f07c611284e5f9972c42f6740131e8e2471c349a
|
||||
sha256sums = 84046931be1a0024eb7d2817480efe62e6b5e651257f4ed4114ddcbce92a23bb
|
||||
sha256sums = SKIP
|
||||
sha256sums = d3794c8b2cd11b71914b41f7a4e861369d4fa3c29fdd9e1d677ff0c2167eeb52
|
||||
sha256sums = df7886f5d57f8f85e89987066dfa5c316e922dc0b22e6e6ad01331333db52377
|
||||
@ -40,20 +40,20 @@ pkgname = linux-vfio
|
||||
depends = kmod
|
||||
depends = mkinitcpio>=0.7
|
||||
optdepends = crda: to set the correct wireless channels of your country
|
||||
provides = kernel26-vfio=3.18.5
|
||||
provides = kernel26-vfio=3.18.6
|
||||
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=3.18.5
|
||||
provides = kernel26-vfio-headers=3.18.6
|
||||
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=3.18.5
|
||||
provides = kernel26-vfio-docs=3.18.6
|
||||
conflicts = kernel26-vfio-docs
|
||||
replaces = kernel26-vfio-docs
|
||||
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -2,7 +2,7 @@
|
||||
|
||||
pkgbase=linux-vfio
|
||||
_srcname=linux-3.18
|
||||
pkgver=3.18.5
|
||||
pkgver=3.18.6
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.kernel.org/"
|
||||
@ -23,7 +23,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
|
||||
)
|
||||
sha256sums=('becc413cc9e6d7f5cc52a3ce66d65c3725bc1d1cc1001f4ce6c32b69eb188cbd'
|
||||
'SKIP'
|
||||
'9e261632e11f629705c3f1b2f07c611284e5f9972c42f6740131e8e2471c349a'
|
||||
'84046931be1a0024eb7d2817480efe62e6b5e651257f4ed4114ddcbce92a23bb'
|
||||
'SKIP'
|
||||
'd3794c8b2cd11b71914b41f7a4e861369d4fa3c29fdd9e1d677ff0c2167eeb52'
|
||||
'df7886f5d57f8f85e89987066dfa5c316e922dc0b22e6e6ad01331333db52377'
|
||||
|
Loading…
Reference in New Issue
Block a user