diff --git a/.SRCINFO b/.SRCINFO index 1de97e9..205ec7f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,5 +1,5 @@ pkgbase = linux-vfio - pkgver = 3.19 + pkgver = 3.19.1 pkgrel = 1 url = http://www.kernel.org/ arch = i686 @@ -13,6 +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 = config source = config.x86_64 source = linux.preset @@ -21,6 +23,8 @@ pkgbase = linux-vfio source = i915_317.patch sha256sums = be42511fe5321012bb4a2009167ce56a9e5fe362b4af43e8c371b3666859806c sha256sums = SKIP + sha256sums = 3dbf80df9a81a285baa5188ea8d768110f24a3e4fe8bd37e1c9d7410d60a680b + sha256sums = SKIP sha256sums = 704a479de77c9022e5c7a797d2cd7fd0e4ba1f52f9039ec8a80efd57f7e9f0d8 sha256sums = 59830f47c1be39f874640d762dca55f972aca549a7a65ba2f1dac184251dabb2 sha256sums = f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c @@ -36,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 + provides = kernel26-vfio=3.19.1 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 + provides = kernel26-vfio-headers=3.19.1 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 + provides = kernel26-vfio-docs=3.19.1 conflicts = kernel26-vfio-docs replaces = kernel26-vfio-docs diff --git a/PKGBUILD b/PKGBUILD index dcce9e4..da8cf36 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgbase=linux-vfio _srcname=linux-3.19 -pkgver=3.19 +pkgver=3.19.1 pkgrel=1 arch=('i686' 'x86_64') url="http://www.kernel.org/" @@ -11,8 +11,8 @@ makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc') options=('!strip') source=("https://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz" "https://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.sign" - #"https://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz" - #"https://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign" + "https://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz" + "https://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign" # the main kernel config files 'config' 'config.x86_64' # standard config files for mkinitcpio ramdisk @@ -22,6 +22,8 @@ source=("https://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz" 'i915_317.patch' ) sha256sums=('be42511fe5321012bb4a2009167ce56a9e5fe362b4af43e8c371b3666859806c' + 'SKIP' + '3dbf80df9a81a285baa5188ea8d768110f24a3e4fe8bd37e1c9d7410d60a680b' 'SKIP' '704a479de77c9022e5c7a797d2cd7fd0e4ba1f52f9039ec8a80efd57f7e9f0d8' '59830f47c1be39f874640d762dca55f972aca549a7a65ba2f1dac184251dabb2' @@ -40,7 +42,7 @@ prepare() { cd "${srcdir}/${_srcname}" # add upstream patch - #patch -p1 -i "${srcdir}/patch-${pkgver}" + patch -p1 -i "${srcdir}/patch-${pkgver}" # add latest fixes from stable queue, if needed # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git