summaryrefslogtreecommitdiffstats
path: root/linux-custom/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'linux-custom/PKGBUILD')
-rw-r--r--linux-custom/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/linux-custom/PKGBUILD b/linux-custom/PKGBUILD
index 0f50c58..e8b7aad 100644
--- a/linux-custom/PKGBUILD
+++ b/linux-custom/PKGBUILD
@@ -5,7 +5,7 @@
# pkgbase=linux # Build stock -ARCH kernel
pkgbase=linux-custom # Build kernel with a different name
_srcname=linux-3.12
-pkgver=3.12
+pkgver=3.12.1
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.kernel.org/"
@@ -13,7 +13,7 @@ license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc')
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
@@ -35,7 +35,7 @@ prepare() {
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
@@ -351,6 +351,7 @@ for _p in ${pkgname[@]}; do
done
md5sums=('cc6ee608854e0da4b64f6c1ff8b6398c'
+ '5a8cb5a659baeeb6df3fe22de8d32df6'
'798bca5d2f0a1505c9b86a5227a2b339'
'a1e4ffedb8450272f54e68e3472c4537'
'eb14dcfd80c00852ef81ded6e826826a'