diff --git a/PKGBUILD b/PKGBUILD index f79a959..759aa43 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,15 +7,15 @@ pkgname=('linux' 'linux-headers' 'linux-docs') # Build stock -ARCH kernel # 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 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.2.tar.xz" 'i915-fix-ghost-tv-output.patch' 'i915-gpu-finish.patch') md5sums=('364066fa18767ec0ae5f4e4abcf9dc51' + '62ac6ac9b870162f693ecf5e8606423a' '4079a2ae3e2ee308e6db188f7bc04959' '875b121a32a619e0ee262c541f330427' 'eb14dcfd80c00852ef81ded6e826826a' @@ -35,7 +36,7 @@ build() { 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 diff --git a/config b/config index 31667d0..843e627 100644 --- a/config +++ b/config @@ -3316,7 +3316,7 @@ CONFIG_BCMA_POSSIBLE=y # # Broadcom specific AMBA # -# CONFIC_BCMA is not set +# CONFIG_BCMA is not set # # Multifunction device drivers diff --git a/linux.install b/linux.install index 2d113a3..030fb63 100644 --- a/linux.install +++ b/linux.install @@ -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