summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD22
-rw-r--r--linux-zen.install2
3 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91578cd06e36..31ec766fdbac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Dec 18 23:37:30 UTC 2016
+# Fri Dec 23 03:16:40 UTC 2016
pkgbase = linux-zen-git
pkgdesc = Featureful kernel including various new features, code and optimizations to better suit desktops
- pkgver = 4.9.0+635574+g46451c63787b
+ pkgver = 4.9.0+635573+g4f4d49c2f303
pkgrel = 1
url = https://github.com/damentz/zen-kernel
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index b40a51559b81..c6fe1096940b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Original PKGBUILD Contributor: Patrick Bartels <p4ddy.b@gmail.com>
# Thanks to Bregol
pkgname="linux-zen-git"
-pkgver=4.9.0+635574+g46451c63787b
+pkgver=4.9.0+635573+g4f4d49c2f303
pkgdesc="Featureful kernel including various new features, code and optimizations to better suit desktops"
url="https://github.com/damentz/zen-kernel"
license=("GPL2")
@@ -39,17 +39,17 @@ prepare() {
git reset --hard
- _BADLINE=$(sed '656!d' Makefile)
- if [ "$_BADLINE" != "endif" ]; then
- msg "Applying quick fix for missing endif"
- sed -i '656iendif' Makefile # quick fix for missing endif in current 4.9 branch
- fi
+# _BADLINE=$(sed '656!d' Makefile)
+# if [ "$_BADLINE" != "endif" ]; then
+# msg "Applying quick fix for missing endif"
+# sed -i '656iendif' Makefile # quick fix for missing endif in current 4.9 branch
+# fi
- _MISSINGHEADERS=$(sed '20!d' block/bfq-cgroup.c)
- if [ "$_MISSINGHEADERS" != "#include \"blk.h\"" ]; then
- msg "Applying quick fix for a couple missing headers for BFQ"
- sed -i "20i#include \"blk.h\"\n#include \"blk-wbt.h\"\n" block/bfq-cgroup.c
- fi
+# _MISSINGHEADERS=$(sed '20!d' block/bfq-cgroup.c)
+# if [ "$_MISSINGHEADERS" != "#include \"blk.h\"" ]; then
+# msg "Applying quick fix for a couple missing headers for BFQ"
+# sed -i "20i#include \"blk.h\"\n#include \"blk-wbt.h\"\n" block/bfq-cgroup.c
+# fi
}
pkgver() {
diff --git a/linux-zen.install b/linux-zen.install
index 3f8da5f294f7..e4b0edfdc73b 100644
--- a/linux-zen.install
+++ b/linux-zen.install
@@ -1,4 +1,4 @@
-_kernel_version=4.9.0-zen-g46451c63787b-dirty
+_kernel_version=4.9.0-zen-g4f4d49c2f303-dirty
_r="\033[00;31m"
_y="\033[00;33m"