forked from AUR/linux-vfio
3.19.2
This commit is contained in:
parent
baf74b6f4a
commit
1ba65025e0
14
.SRCINFO
14
.SRCINFO
@ -1,5 +1,5 @@
|
||||
pkgbase = linux-vfio
|
||||
pkgver = 3.19.1
|
||||
pkgver = 3.19.2
|
||||
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.19.tar.xz
|
||||
source = https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.19.tar.sign
|
||||
source = https://www.kernel.org/pub/linux/kernel/v3.x/patch-3.19.1.xz
|
||||
source = https://www.kernel.org/pub/linux/kernel/v3.x/patch-3.19.1.sign
|
||||
source = https://www.kernel.org/pub/linux/kernel/v3.x/patch-3.19.2.xz
|
||||
source = https://www.kernel.org/pub/linux/kernel/v3.x/patch-3.19.2.sign
|
||||
source = config
|
||||
source = config.x86_64
|
||||
source = linux.preset
|
||||
@ -23,7 +23,7 @@ pkgbase = linux-vfio
|
||||
source = i915_317.patch
|
||||
sha256sums = be42511fe5321012bb4a2009167ce56a9e5fe362b4af43e8c371b3666859806c
|
||||
sha256sums = SKIP
|
||||
sha256sums = 3dbf80df9a81a285baa5188ea8d768110f24a3e4fe8bd37e1c9d7410d60a680b
|
||||
sha256sums = c2e2e745e7bad33f367432280f7a8451e2488b1f851f24e2830f15279fb87b0f
|
||||
sha256sums = SKIP
|
||||
sha256sums = 704a479de77c9022e5c7a797d2cd7fd0e4ba1f52f9039ec8a80efd57f7e9f0d8
|
||||
sha256sums = 59830f47c1be39f874640d762dca55f972aca549a7a65ba2f1dac184251dabb2
|
||||
@ -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.19.1
|
||||
provides = kernel26-vfio=3.19.2
|
||||
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.19.1
|
||||
provides = kernel26-vfio-headers=3.19.2
|
||||
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.19.1
|
||||
provides = kernel26-vfio-docs=3.19.2
|
||||
conflicts = kernel26-vfio-docs
|
||||
replaces = kernel26-vfio-docs
|
||||
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -2,7 +2,7 @@
|
||||
|
||||
pkgbase=linux-vfio
|
||||
_srcname=linux-3.19
|
||||
pkgver=3.19.1
|
||||
pkgver=3.19.2
|
||||
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=('be42511fe5321012bb4a2009167ce56a9e5fe362b4af43e8c371b3666859806c'
|
||||
'SKIP'
|
||||
'3dbf80df9a81a285baa5188ea8d768110f24a3e4fe8bd37e1c9d7410d60a680b'
|
||||
'c2e2e745e7bad33f367432280f7a8451e2488b1f851f24e2830f15279fb87b0f'
|
||||
'SKIP'
|
||||
'704a479de77c9022e5c7a797d2cd7fd0e4ba1f52f9039ec8a80efd57f7e9f0d8'
|
||||
'59830f47c1be39f874640d762dca55f972aca549a7a65ba2f1dac184251dabb2'
|
||||
|
Loading…
Reference in New Issue
Block a user