summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatt Parnell2016-12-22 21:16:43 -0600
committerMatt Parnell2016-12-22 21:16:43 -0600
commitddb76c20a078facf00d53c2d8cd0b48de9caa598 (patch)
tree59c74c1c5e99bd5014e5aa0a01fc4083e4e58296 /PKGBUILD
parent6102b790c6cc396d654921ca4150a6a0d7394da6 (diff)
downloadaur-ddb76c20a078facf00d53c2d8cd0b48de9caa598.tar.gz
no fixes required
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD22
1 files changed, 11 insertions, 11 deletions
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() {