bump to latest version, module breaker
This commit is contained in:
parent
2408bcdeb6
commit
2474295664
12
PKGBUILD
12
PKGBUILD
|
@ -4,7 +4,7 @@
|
||||||
pkgbase=linux # Build stock -ARCH kernel
|
pkgbase=linux # Build stock -ARCH kernel
|
||||||
#pkgbase=linux-custom # Build kernel with a different name
|
#pkgbase=linux-custom # Build kernel with a different name
|
||||||
_srcname=linux-3.10
|
_srcname=linux-3.10
|
||||||
pkgver=3.10.1
|
pkgver=3.10.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
|
@ -19,9 +19,9 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
|
||||||
'linux.preset'
|
'linux.preset'
|
||||||
'change-default-console-loglevel.patch')
|
'change-default-console-loglevel.patch')
|
||||||
md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
|
md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
|
||||||
'0e7f2a767ef3b3643856c96af3409af3'
|
'0c94fa440515e289495909749d04aae4'
|
||||||
'61b61d66adf7e155fc4d4c9b1ede23aa'
|
'480f8efb61ee244c52d881304a0ae14b'
|
||||||
'53279d3bc5213cae51bb8f320f81fb0f'
|
'e55ce3dd5fead07eed8a6781a57c1b1b'
|
||||||
'eb14dcfd80c00852ef81ded6e826826a'
|
'eb14dcfd80c00852ef81ded6e826826a'
|
||||||
'f3def2cefdcbb954c21d8505d23cc83c')
|
'f3def2cefdcbb954c21d8505d23cc83c')
|
||||||
|
|
||||||
|
@ -29,9 +29,9 @@ _kernelname=${pkgbase#linux}
|
||||||
|
|
||||||
# module.symbols md5sums
|
# module.symbols md5sums
|
||||||
# x86_64
|
# x86_64
|
||||||
# 5d05869e7ea5a98b71cd9c694f96d06f /lib/modules/3.10.0-1-ARCH/modules.symbols
|
# a7b2aaafc7773e1054091cb5ca18dad5 /lib/modules/3.10.2-1-ARCH/modules.symbols
|
||||||
# i686
|
# i686
|
||||||
# 47d116f1725c2bfa010b4cb9840bf84f /lib/modules/3.10.0-1-ARCH/modules.symbols
|
# 767136c9e87ce9f9b92eda46b544b263 /lib/modules/3.10.2-1-ARCH/modules.symbols
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${srcdir}/${_srcname}"
|
cd "${srcdir}/${_srcname}"
|
||||||
|
|
Loading…
Reference in New Issue