diff --git a/linux-3-CHAKRA-LTS/PATCHCFG b/linux-3-CHAKRA-LTS/PATCHCFG index ee4682b3c..55d324ff7 100644 --- a/linux-3-CHAKRA-LTS/PATCHCFG +++ b/linux-3-CHAKRA-LTS/PATCHCFG @@ -1,8 +1,8 @@ # Source env-settings source ../_buildscripts/`pwd | cut -d/ -f3`-${_arch}-makepkg.conf # Pre-Patch settings -_patch="3.0.23" -_prepatch="3.0.24-pre1" +_patch="3.0.24" +_prepatch="3.0.25-pre1" _queue="3.0" # Aufs _aufs="3.0-20120109" @@ -24,7 +24,7 @@ PATCHES=( # add latest fixes from stable queue, if needed # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git - http://chakra.sourceforge.net/sources/linux/patches/3.0/candidate/$_prepatch.patch%1 + #http://chakra.sourceforge.net/sources/linux/patches/3.0/candidate/$_prepatch.patch%1 #ftp://ftp.kernel.org/pub/linux/kernel/v3.x/stable-review/patch-$_prepatch.gz%1 # Archlinux patches @@ -116,7 +116,7 @@ PATCHES=( ) # Name of the resulting patch (will be bzipped afterwards) -PATCHNAME="patch-3.0.23-1-CHAKRA-LTS" +PATCHNAME="patch-3.0.24-1-CHAKRA-LTS" # Run this before applying patches pre_apply() { diff --git a/linux-lts/PKGBUILD b/linux-lts/PKGBUILD index 5e4a10002..8267b4186 100644 --- a/linux-lts/PKGBUILD +++ b/linux-lts/PKGBUILD @@ -9,7 +9,7 @@ pkgname=('linux-lts' 'linux-lts-headers' 'linux-lts-docs') # Build stock -CHAKRA # pkgname=linux-custom # Build kernel with a different name _kernelname=${pkgname#linux-lts} _basekernel=3.0 -pkgver=${_basekernel}.23 +pkgver=${_basekernel}.24 pkgrel=1 _aufs="3.0-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-lts.preset) md5sums=('398e95866794def22b12dfbc15ce89c0' - '673f3af8fa3d6da539473c64b879b895' + '1aa4155854e9352a4a73ed9cc3a48f08' '4641adbc91eb89d98870d8984abd10c1' '46aa71d1918a8a167aa6a6ab503375c4' '56cdd0978dd4a539a25813fd4273c834')