summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Eriksson2017-02-20 23:27:17 +0100
committerMikael Eriksson2017-02-20 23:31:17 +0100
commit187170835ae40d9e0e66824aec4f6d0e3ea11c5c (patch)
tree064cdb8c55dfd9a41c1ed35889e89a9c761b2f79
parentbf301611a8bf7899b1d0c5f3e575269931203772 (diff)
downloadaur-187170835ae40d9e0e66824aec4f6d0e3ea11c5c.tar.gz
4.10-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 334960e62337..48f96b06b3b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Sun Feb 12 22:37:07 UTC 2017
+# Mon Feb 20 22:31:16 UTC 2017
pkgbase = linux-mainline
- pkgver = 4.10rc8
+ pkgver = 4.10
pkgrel = 1
url = https://www.kernel.org/
arch = i686
@@ -14,15 +14,13 @@ pkgbase = linux-mainline
makedepends = bc
makedepends = libelf
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.9.tar.xz
- source = https://cdn.kernel.org/pub/linux/kernel/v4.x/testing/patch-4.10-rc8.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.10.tar.xz
source = config
source = config.x86_64
source = 99-linux.hook
source = linux.preset
source = change-default-console-loglevel.patch
- sha256sums = 029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a
- sha256sums = dd82a91266497c94eea0e3973faa8caf222b08c8693b4c8c1eb7084e774ad7ea
+ sha256sums = 3c95d9f049bd085e5c346d2c77f063b8425f191460fcd3ae9fe7e94e0477dc4b
sha256sums = b5c2a685667a884477904c9fb337d944667b6144720ac2a67d1116f711e70768
sha256sums = ab6c0fab5b147fab9ccef90c62b963510e92fbd068a6a33b9619537243fedca4
sha256sums = 834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0
diff --git a/PKGBUILD b/PKGBUILD
index 168474e49866..3fa4281fa01e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@
pkgbase=linux-mainline # Build stock -ARCH kernel
#pkgbase=linux-custom # Build kernel with a different name
-_srcname=linux-4.9
+_srcname=linux-4.10
_patchname=patch-4.10-rc8
-pkgver=4.10rc8
+pkgver=4.10
pkgrel=1
arch=('i686' 'x86_64')
url="https://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
@@ -27,8 +27,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=('029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a'
- 'dd82a91266497c94eea0e3973faa8caf222b08c8693b4c8c1eb7084e774ad7ea'
+sha256sums=('3c95d9f049bd085e5c346d2c77f063b8425f191460fcd3ae9fe7e94e0477dc4b'
'b5c2a685667a884477904c9fb337d944667b6144720ac2a67d1116f711e70768'
'ab6c0fab5b147fab9ccef90c62b963510e92fbd068a6a33b9619537243fedca4'
'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