bump to latest version, module breaker

This commit is contained in:
Tobias Powalowski 2013-10-14 06:53:31 +00:00
parent e218baa80f
commit 3c7910b0c4
1 changed files with 7 additions and 6 deletions

View File

@ -4,7 +4,7 @@
pkgbase=linux # Build stock -ARCH kernel
#pkgbase=linux-custom # Build kernel with a different name
_srcname=linux-3.11
pkgver=3.11.4
pkgver=3.11.5
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.kernel.org/"
@ -21,9 +21,9 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
'criu-no-expert.patch'
'3.11-haswell-intel_pstate.patch')
md5sums=('fea363551ff45fbe4cb88497b863b261'
'5147e7f82600452c5438f8309c07eccd'
'673c43306099ea6c671ee95983a12154'
'aa76dd87358464718b697d9dd71296d8'
'628876a432c0d4090013b383abac20e4'
'77cf04eba30f625d46b5097b036ae138'
'98d1e9862f555e5c56e95aae1f149789'
'eb14dcfd80c00852ef81ded6e826826a'
'98beb36f9b8cf16e58de2483ea9985e3'
'd50c1ac47394e9aec637002ef3392bd1'
@ -33,9 +33,10 @@ _kernelname=${pkgbase#linux}
# module.symbols md5sums
# x86_64
# 44169a8e457641f2d8f83e9cde6e22f8 /lib/modules/3.11.4-1-ARCH/modules.symbols
# ec2540e9486c8a2c9026a40b8fe551c5 /lib/modules/3.11.5-1-ARCH/modules.symbols
# i686
# 9294a0246b8975295f4fdf2d22b431d9 /lib/modules/3.11.4-1-ARCH/modules.symbols
# e9c1ae7203f65cdd073257640f61505e /lib/modules/3.11.5-1-ARCH/modules.symbols
prepare() {
cd "${srcdir}/${_srcname}"