bump to 3.2.11 (NOT RELEASED)

* see: http://www.kernel.org/pub/linux/kernel/v3.0/ChangeLog-3.2.11
This commit is contained in:
philm 2012-03-13 21:26:23 +01:00
parent 3d666e093d
commit 27494bdacd
2 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# Source env-settings
source ../_buildscripts/`pwd | cut -d/ -f3`-${_arch}-makepkg.conf
# Pre-Patch settings
_patch="3.2.10"
_prepatch="3.2.11-pre1"
_patch="3.2.11"
_prepatch="3.2.12-pre1"
_queue="3.2"
# Aufs
_aufs="3.2-20120109"
@ -146,7 +146,7 @@ PATCHES=(
)
# Name of the resulting patch (will be bzipped afterwards)
PATCHNAME="patch-3.2.10-1-CHAKRA"
PATCHNAME="patch-3.2.11-1-CHAKRA"
# Run this before applying patches
pre_apply() {

View File

@ -9,7 +9,7 @@ pkgname=('linux' 'linux-headers' 'linux-docs') # Build stock -CHAKRA kernel
# pkgname=linux-custom # Build kernel with a different name
_kernelname=${pkgname#linux}
_basekernel=3.2
pkgver=${_basekernel}.10
pkgver=${_basekernel}.11
pkgrel=1
_aufs="3.2-20120109"
makedepends=('xmlto' 'docbook-xsl')
@ -25,7 +25,7 @@ source=(ftp://ftp.kernel.org/pub/linux/kernel/v3.0/linux-$_basekernel.tar.bz2
# standard config files for mkinitcpio ramdisk
linux.preset)
md5sums=('7ceb61f87c097fc17509844b71268935'
'70230a6ab0785e7abefc261a43179cfc'
'f9634e57111ad9a1cd7e0c8f0476ab92'
'e8238d2f3dee0234a8a55cdaba9e91e4'
'91525d8106c580d3dedc44a9d5e8d092'
'b019872ce926de3ec82985fc399832c6')