diff --git a/linux-3-CHAKRA/PATCHCFG b/linux-3-CHAKRA/PATCHCFG index 8c4dbc689..0dd0cbaac 100644 --- a/linux-3-CHAKRA/PATCHCFG +++ b/linux-3-CHAKRA/PATCHCFG @@ -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() { diff --git a/linux/PKGBUILD b/linux/PKGBUILD index 65c68eb4e..5bd1f2d7e 100644 --- a/linux/PKGBUILD +++ b/linux/PKGBUILD @@ -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')