summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatolii Sakhnik2016-08-16 11:51:31 +0300
committerAnatolii Sakhnik2016-08-16 11:53:43 +0300
commit14e7579149df537616d971b2c0feeaed7d701186 (patch)
treeae9f312641b596a049cfd72c8452021cb844f105
parentcf3456acc37086938a1ab4427fbc0d2c717a6cda (diff)
downloadaur-14e7579149df537616d971b2c0feeaed7d701186.tar.gz
Upgrade to 4.7.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD16
2 files changed, 12 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b836385c42f..06573edf3d1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Fri Jul 29 09:02:35 UTC 2016
+# Tue Aug 16 08:51:05 UTC 2016
pkgbase = linux-c720
- pkgver = 4.6.5
+ pkgver = 4.7
pkgrel = 1
url = http://www.kernel.org/
arch = i686
@@ -14,17 +14,13 @@ pkgbase = linux-c720
makedepends = bc
makedepends = libelf
options = !strip
- source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.6.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.6.tar.sign
- source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.6.5.xz
- source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.6.5.sign
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.7.tar.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.7.tar.sign
source = config
source = config.x86_64
source = linux.preset
source = change-default-console-loglevel.patch
- sha256sums = a93771cd5a8ad27798f22e9240538dfea48d3a2bf2a6a6ab415de3f02d25d866
- sha256sums = SKIP
- sha256sums = 857df33f085a0116b9d2322ffe3b23d5b7d8c4898427d79f68108a653e84910c
+ sha256sums = 5190c3d1209aeda04168145bf50569dc0984f80467159b1dc50ad731e3285f10
sha256sums = SKIP
sha256sums = 56a56f6b0d8edaa6f58342ab9d54392503dfa6ca884a0b936cbf0206604758d2
sha256sums = 88a62ee2670e292c8a36d266c440b08a2d3bba744908ca27f4f52d999486d255
diff --git a/PKGBUILD b/PKGBUILD
index e5327764acc5..b0d2abd39401 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 272545 2016-07-28 08:27:39Z tpowa $
+# $Id: PKGBUILD 273608 2016-08-11 18:16:05Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Maintainer: Thomas Baechler <thomas@archlinux.org>
#pkgbase=linux # Build stock -ARCH kernel
pkgbase=linux-c720 # Build kernel with a different name
-_srcname=linux-4.6
-pkgver=4.6.5
+_srcname=linux-4.7
+pkgver=4.7
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.kernel.org/"
@@ -14,17 +14,15 @@ makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'libelf')
options=('!strip')
source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
"https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign"
- "https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
- "https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign"
+ #"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
+ #"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign"
# the main kernel config files
'config' 'config.x86_64'
# standard config files for mkinitcpio ramdisk
'linux.preset'
'change-default-console-loglevel.patch')
-sha256sums=('a93771cd5a8ad27798f22e9240538dfea48d3a2bf2a6a6ab415de3f02d25d866'
- 'SKIP'
- '857df33f085a0116b9d2322ffe3b23d5b7d8c4898427d79f68108a653e84910c'
+sha256sums=('5190c3d1209aeda04168145bf50569dc0984f80467159b1dc50ad731e3285f10'
'SKIP'
'56a56f6b0d8edaa6f58342ab9d54392503dfa6ca884a0b936cbf0206604758d2'
'88a62ee2670e292c8a36d266c440b08a2d3bba744908ca27f4f52d999486d255'
@@ -41,7 +39,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