Date: Friday, January 13, 2012 @ 02:41:16 Author: tpowa Revision: 146555
fix typo in config Modified: linux/trunk/PKGBUILD linux/trunk/config linux/trunk/linux.install ---------------+ PKGBUILD | 9 +++++---- config | 2 +- linux.install | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-01-13 07:07:09 UTC (rev 146554) +++ PKGBUILD 2012-01-13 07:41:16 UTC (rev 146555) @@ -7,15 +7,15 @@ # pkgname=linux-custom # Build kernel with a different name _kernelname=${pkgname#linux} _basekernel=3.2 -pkgver=${_basekernel} -pkgrel=3 +pkgver=${_basekernel}.1 +pkgrel=1 arch=('i686' 'x86_64') url="http://www.kernel.org/" license=('GPL2') makedepends=('xmlto' 'docbook-xsl') options=('!strip') source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.2.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 @@ -24,6 +24,7 @@ 'i915-fix-ghost-tv-output.patch' 'i915-gpu-finish.patch') md5sums=('364066fa18767ec0ae5f4e4abcf9dc51' + '62ac6ac9b870162f693ecf5e8606423a' '4079a2ae3e2ee308e6db188f7bc04959' '875b121a32a619e0ee262c541f330427' 'eb14dcfd80c00852ef81ded6e826826a' @@ -35,7 +36,7 @@ cd "${srcdir}/linux-${_basekernel}" # 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 Modified: config =================================================================== --- config 2012-01-13 07:07:09 UTC (rev 146554) +++ config 2012-01-13 07:41:16 UTC (rev 146555) @@ -3316,7 +3316,7 @@ # # Broadcom specific AMBA # -# CONFIC_BCMA is not set +# CONFIG_BCMA is not set # # Multifunction device drivers Modified: linux.install =================================================================== --- linux.install 2012-01-13 07:07:09 UTC (rev 146554) +++ linux.install 2012-01-13 07:41:16 UTC (rev 146555) @@ -2,7 +2,7 @@ # arg 2: the old package version KERNEL_NAME= -KERNEL_VERSION=3.2.0-2-ARCH +KERNEL_VERSION=3.2.1-1-ARCH post_install () { # updating module dependencies