summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Eriksson2016-10-03 12:41:04 +0200
committerMikael Eriksson2016-10-03 12:41:04 +0200
commitd54cfe6b080dd45788b9a1964a9c78dad707d19f (patch)
tree6492640336c99805c2e82eeb26e1a6672ab94da4
parent6498e83465951388112edace69c42dfb1b838909 (diff)
downloadaur-d54cfe6b080dd45788b9a1964a9c78dad707d19f.tar.gz
4.8-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb21d46f4a9f..673750365bb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Mon Sep 26 13:10:52 UTC 2016
+# Mon Oct 3 10:41:04 UTC 2016
pkgbase = linux-mainline
- pkgver = 4.8rc8
+ pkgver = 4.8
pkgrel = 1
url = http://www.kernel.org/
arch = i686
@@ -14,14 +14,12 @@ pkgbase = linux-mainline
makedepends = bc
makedepends = libelf
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.7.tar.xz
- source = https://cdn.kernel.org/pub/linux/kernel/v4.x/testing/patch-4.8-rc8.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.8.tar.xz
source = config
source = config.x86_64
source = linux.preset
source = change-default-console-loglevel.patch
- sha256sums = 5190c3d1209aeda04168145bf50569dc0984f80467159b1dc50ad731e3285f10
- sha256sums = f7321c0a51e5d20142669bb5482cfb54e65d1e480c514c692d6ae90f74884595
+ sha256sums = 3e9150065f193d3d94bcf46a1fe9f033c7ef7122ab71d75a7fb5a2f0c9a7e11a
sha256sums = 8ac2fb81f4c932c6b1877ca2bda9a98c3ffbb42359dce7dea588c97df4db8c8a
sha256sums = 931724fe1a57134442fecc739ccb32984c1c6a0f0ae7e7311fd9536bb0e47ead
sha256sums = f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c
diff --git a/PKGBUILD b/PKGBUILD
index 3409d8f510fd..18e8bd6020b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,10 @@
pkgbase=linux-mainline # Build stock -ARCH kernel
#pkgbase=linux-custom # Build kernel with a different name
-_srcname=linux-4.7
-_patchname=patch-4.8-rc8
-pkgver=4.8rc8
+_srcname=linux-4.8
+_patchname=patch-4.9-rc1
+#pkgver=4.9rc1
+pkgver=4.8
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.kernel.org/"
@@ -17,7 +18,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
@@ -25,8 +26,7 @@ source=("https://cdn.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
# standard config files for mkinitcpio ramdisk
'linux.preset'
'change-default-console-loglevel.patch')
-sha256sums=('5190c3d1209aeda04168145bf50569dc0984f80467159b1dc50ad731e3285f10'
- 'f7321c0a51e5d20142669bb5482cfb54e65d1e480c514c692d6ae90f74884595'
+sha256sums=('3e9150065f193d3d94bcf46a1fe9f033c7ef7122ab71d75a7fb5a2f0c9a7e11a'
'8ac2fb81f4c932c6b1877ca2bda9a98c3ffbb42359dce7dea588c97df4db8c8a'
'931724fe1a57134442fecc739ccb32984c1c6a0f0ae7e7311fd9536bb0e47ead'
'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
@@ -46,7 +46,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