summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 669e8da5ca43..c07bbde7cd2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,8 @@
# Maintainer: Quey-Liang Kao <s101062801@m101.nthu.edu.tw>
-#pkgbase=linux # Build stock -ARCH kernel
pkgbase=linux-kpatch # Build kernel with a different name
-_srcname=linux-4.11
-pkgver=4.11.9
+_srcname=linux-4.12
+pkgver=4.12.12
pkgrel=1
arch=('i686' 'x86_64')
url="https://www.kernel.org/"
@@ -21,11 +20,11 @@ source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
# standard config files for mkinitcpio ramdisk
'linux.preset')
-sha256sums=('b67ecafd0a42b3383bf4d82f0850cbff92a7e72a215a6d02f42ddbafcf42a7d6'
+sha256sums=('a45c3becd4d08ce411c14628a949d08e2433d8cdeca92036c7013980e93858ab'
'SKIP'
- 'a112d1330817bac401dbbd1e2c8aacb1b725bc28239e2ca58281ea3754deceb5'
+ '7a2aa6720219b1b84e63d75206049f4dab1840717cb8379a3f92a6ec05fd07c9'
'SKIP'
- '5a154d6a8b6769ff6bc7fb9140ccfe741395677c1c54471044e764eb172fb5b0'
+ 'd6e2f0ee359daf2e4d08d82cfd1d5ff2e039261978589932dfffb897f6d7ffb7'
'834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
validpgpkeys=(
@@ -59,7 +58,7 @@ prepare() {
# load configuration
# Configure the kernel. Replace the line below with one of your choice.
- #make localmodconfig # current module configuration
+ make localmodconfig # current module configuration
make menuconfig # CLI menu for configuration
#make nconfig # new CLI menu for configuration
#make xconfig # X-based configuration