summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85b267b1c781..af1961b67124 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Mon Dec 5 13:19:42 UTC 2016
+# Mon Dec 12 00:14:31 UTC 2016
pkgbase = linux-mainline
- pkgver = 4.9rc8
+ pkgver = 4.9
pkgrel = 1
url = http://www.kernel.org/
arch = i686
@@ -15,14 +15,12 @@ pkgbase = linux-mainline
makedepends = libelf
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.8.tar.xz
- source = https://cdn.kernel.org/pub/linux/kernel/v4.x/testing/patch-4.9-rc8.xz
source = config
source = config.x86_64
source = 99-linux.hook
source = linux.preset
source = change-default-console-loglevel.patch
sha256sums = 3e9150065f193d3d94bcf46a1fe9f033c7ef7122ab71d75a7fb5a2f0c9a7e11a
- sha256sums = 9847a3cab6ec2434258efe63fb6723ae7cf2377ff84e58710413c3d5e6f0654c
sha256sums = 2ac8818414beb7dbacbd3ad450c516e6ada804827132a7132f63b8189e5f5151
sha256sums = 41b9a64542befd2fea170776e8ec22a7d158dd3273633afc9b91662c448cd90a
sha256sums = 834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0
diff --git a/PKGBUILD b/PKGBUILD
index f063f684f8ce..6a116f5436b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgbase=linux-mainline # Build stock -ARCH kernel
#pkgbase=linux-custom # Build kernel with a different name
_srcname=linux-4.8
_patchname=patch-4.9-rc8
-pkgver=4.9rc8
+pkgver=4.9
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.kernel.org/"
@@ -17,7 +17,7 @@ license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'libelf')
options=('!strip')
source=("https://cdn.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
- "https://cdn.kernel.org/pub/linux/kernel/v4.x/testing/${_patchname}.xz"
+ #"https://cdn.kernel.org/pub/linux/kernel/v4.x/testing/${_patchname}.xz"
#"https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign"
#"https://www.kernel.org/pub/linux/kernel/v4.x/testing/${_patchname}.sign"
# the main kernel config files
@@ -28,7 +28,6 @@ source=("https://cdn.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
'linux.preset'
'change-default-console-loglevel.patch')
sha256sums=('3e9150065f193d3d94bcf46a1fe9f033c7ef7122ab71d75a7fb5a2f0c9a7e11a'
- '9847a3cab6ec2434258efe63fb6723ae7cf2377ff84e58710413c3d5e6f0654c'
'2ac8818414beb7dbacbd3ad450c516e6ada804827132a7132f63b8189e5f5151'
'41b9a64542befd2fea170776e8ec22a7d158dd3273633afc9b91662c448cd90a'
'834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
@@ -49,7 +48,7 @@ prepare() {
# patch -p1 -i "${srcdir}/patch-${pkgver}"
# mainline: add patch
- patch -p1 -i "${srcdir}/${_patchname}" || true
+ #patch -p1 -i "${srcdir}/${_patchname}" || true
# add latest fixes from stable queue, if needed
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git