bump to latest version, module breaker

This commit is contained in:
Tobias Powalowski 2013-07-22 12:16:46 +00:00
parent 2408bcdeb6
commit 2474295664
1 changed files with 6 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.10
pkgver=3.10.1
pkgver=3.10.2
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.kernel.org/"
@ -19,9 +19,9 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
'linux.preset'
'change-default-console-loglevel.patch')
md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
'0e7f2a767ef3b3643856c96af3409af3'
'61b61d66adf7e155fc4d4c9b1ede23aa'
'53279d3bc5213cae51bb8f320f81fb0f'
'0c94fa440515e289495909749d04aae4'
'480f8efb61ee244c52d881304a0ae14b'
'e55ce3dd5fead07eed8a6781a57c1b1b'
'eb14dcfd80c00852ef81ded6e826826a'
'f3def2cefdcbb954c21d8505d23cc83c')
@ -29,9 +29,9 @@ _kernelname=${pkgbase#linux}
# module.symbols md5sums
# x86_64
# 5d05869e7ea5a98b71cd9c694f96d06f /lib/modules/3.10.0-1-ARCH/modules.symbols
# a7b2aaafc7773e1054091cb5ca18dad5 /lib/modules/3.10.2-1-ARCH/modules.symbols
# i686
# 47d116f1725c2bfa010b4cb9840bf84f /lib/modules/3.10.0-1-ARCH/modules.symbols
# 767136c9e87ce9f9b92eda46b544b263 /lib/modules/3.10.2-1-ARCH/modules.symbols
prepare() {
cd "${srcdir}/${_srcname}"