From b6ca03b2497f5ce916429a3da5f5392584e030cb Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 7 Oct 2012 18:20:44 +0000 Subject: [PATCH] bump to 3.6.1 --- PKGBUILD | 17 +++++++++-------- linux.install | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 1759644..332d7d7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=linux # Build stock -ARCH kernel #pkgbase=linux-custom # Build kernel with a different name _srcname=linux-3.6 -pkgver=3.6 +pkgver=3.6.1 pkgrel=1 arch=('i686' 'x86_64') url="http://www.kernel.org/" @@ -13,12 +13,18 @@ license=('GPL2') makedepends=('xmlto' 'docbook-xsl') options=('!strip') 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 'config' 'config.x86_64' # standard config files for mkinitcpio ramdisk 'linux.preset' 'change-default-console-loglevel.patch') +md5sums=('1a1760420eac802c541a20ab51a093d1' + '775f1389a934512341726f9b4aeaf661' + '8dd3f284cb944dc5b334ddadcfac0e08' + 'e9c94795caa1792571973e0781324f1b' + 'eb14dcfd80c00852ef81ded6e826826a' + '9d3c56a4b999c8bfbd4018089a62f662') _kernelname=${pkgbase#linux} @@ -26,7 +32,7 @@ build() { cd "${srcdir}/${_srcname}" # add upstream patch - #patch -p1 -i "${srcdir}/patch-${pkgver}" + patch -p1 -i "${srcdir}/patch-${pkgver}" # add latest fixes from stable queue, if needed # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git @@ -301,8 +307,3 @@ for _p in ${pkgname[@]}; do done # vim:set ts=8 sts=2 sw=2 et: -md5sums=('1a1760420eac802c541a20ab51a093d1' - '651983b5213b3aa5acf0c083ffaf5179' - '6bfd4471382865de9efeb6603cd614b3' - 'eb14dcfd80c00852ef81ded6e826826a' - '9d3c56a4b999c8bfbd4018089a62f662') diff --git a/linux.install b/linux.install index 74fd745..6be0f42 100644 --- a/linux.install +++ b/linux.install @@ -2,7 +2,7 @@ # arg 2: the old package version 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 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'