summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlackleg2015-12-15 09:08:43 +0100
committerBlackleg2015-12-15 09:08:43 +0100
commit7b810e30d14bd5046bb8a0ccf97e584d89718fcf (patch)
tree07105b9005aeb9f4495625bac9f03210b5fb675a
parentb4d2c76c66879934b0044ebbc0601ac0cf6c18d1 (diff)
downloadaur-7b810e30d14bd5046bb8a0ccf97e584d89718fcf.tar.gz
Fix 4.3.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 13 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12beda1c32df..cb9bff58cb58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Dec 14 16:01:48 UTC 2015
+# Tue Dec 15 08:08:15 UTC 2015
pkgbase = linux-w110er
pkgver = 4.3.2
- pkgrel = 1
+ pkgrel = 2
url = http://www.kernel.org/
arch = x86_64
license = GPL2
@@ -14,12 +14,16 @@ pkgbase = linux-w110er
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.3.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.3.tar.sign
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.3.2.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.3.2.sign
source = http://repo-ck.com/source/gcc_patch/enable_additional_cpu_optimizations_for_gcc_v4.9+_kernel_v3.15+.patch.gz
source = config.w110er
source = linux.preset
source = change-default-console-loglevel.patch
md5sums = 58b35794eee3b6d52ce7be39357801e7
md5sums = SKIP
+ md5sums = 3a465c7cf55ec9dbf2d72d9292aa5fde
+ md5sums = SKIP
md5sums = 2bb07837febe3baaced4c1c0afb0507c
md5sums = c320955ab7d7a76f509cb24b1b55229d
md5sums = eb14dcfd80c00852ef81ded6e826826a
diff --git a/PKGBUILD b/PKGBUILD
index 67fac6d882d2..999c790e749e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@
pkgbase=linux-w110er
_srcname=linux-4.3
pkgver=4.3.2
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="http://www.kernel.org/"
license=('GPL2')
@@ -27,8 +27,8 @@ makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc')
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"
#GCC_Patch
"http://repo-ck.com/source/gcc_patch/enable_additional_cpu_optimizations_for_gcc_v4.9+_kernel_v3.15+.patch.gz"
# the main kernel config files
@@ -39,11 +39,14 @@ source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
md5sums=('58b35794eee3b6d52ce7be39357801e7'
'SKIP'
+ '3a465c7cf55ec9dbf2d72d9292aa5fde'
+ 'SKIP'
'2bb07837febe3baaced4c1c0afb0507c'
'c320955ab7d7a76f509cb24b1b55229d'
'eb14dcfd80c00852ef81ded6e826826a'
'df7fceae6ee5d7e7be7b60ecd7f6bb35')
+
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
@@ -55,7 +58,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