bump to 3.6.1

This commit is contained in:
Tobias Powalowski 2012-10-07 18:20:44 +00:00
parent 196284bcda
commit b6ca03b249
2 changed files with 10 additions and 9 deletions

View File

@ -5,7 +5,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.6 _srcname=linux-3.6
pkgver=3.6 pkgver=3.6.1
pkgrel=1 pkgrel=1
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://www.kernel.org/" url="http://www.kernel.org/"
@ -13,12 +13,18 @@ license=('GPL2')
makedepends=('xmlto' 'docbook-xsl') makedepends=('xmlto' 'docbook-xsl')
options=('!strip') options=('!strip')
source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz" source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
#"http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz" "http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz"
# the main kernel config files # the main kernel config files
'config' 'config.x86_64' 'config' 'config.x86_64'
# standard config files for mkinitcpio ramdisk # standard config files for mkinitcpio ramdisk
'linux.preset' 'linux.preset'
'change-default-console-loglevel.patch') 'change-default-console-loglevel.patch')
md5sums=('1a1760420eac802c541a20ab51a093d1'
'775f1389a934512341726f9b4aeaf661'
'8dd3f284cb944dc5b334ddadcfac0e08'
'e9c94795caa1792571973e0781324f1b'
'eb14dcfd80c00852ef81ded6e826826a'
'9d3c56a4b999c8bfbd4018089a62f662')
_kernelname=${pkgbase#linux} _kernelname=${pkgbase#linux}
@ -26,7 +32,7 @@ build() {
cd "${srcdir}/${_srcname}" cd "${srcdir}/${_srcname}"
# add upstream patch # add upstream patch
#patch -p1 -i "${srcdir}/patch-${pkgver}" patch -p1 -i "${srcdir}/patch-${pkgver}"
# add latest fixes from stable queue, if needed # add latest fixes from stable queue, if needed
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
@ -301,8 +307,3 @@ for _p in ${pkgname[@]}; do
done done
# vim:set ts=8 sts=2 sw=2 et: # vim:set ts=8 sts=2 sw=2 et:
md5sums=('1a1760420eac802c541a20ab51a093d1'
'651983b5213b3aa5acf0c083ffaf5179'
'6bfd4471382865de9efeb6603cd614b3'
'eb14dcfd80c00852ef81ded6e826826a'
'9d3c56a4b999c8bfbd4018089a62f662')

View File

@ -2,7 +2,7 @@
# arg 2: the old package version # arg 2: the old package version
KERNEL_NAME= KERNEL_NAME=
KERNEL_VERSION=3.6.0-1-ARCH KERNEL_VERSION=3.6.1-1-ARCH
# set a sane PATH to ensure that critical utils like depmod will be found # set a sane PATH to ensure that critical utils like depmod will be found
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'