diff options
author | Matt Parnell | 2016-12-22 21:16:43 -0600 |
---|---|---|
committer | Matt Parnell | 2016-12-22 21:16:43 -0600 |
commit | ddb76c20a078facf00d53c2d8cd0b48de9caa598 (patch) | |
tree | 59c74c1c5e99bd5014e5aa0a01fc4083e4e58296 | |
parent | 6102b790c6cc396d654921ca4150a6a0d7394da6 (diff) | |
download | aur-ddb76c20a078facf00d53c2d8cd0b48de9caa598.tar.gz |
no fixes required
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 22 | ||||
-rw-r--r-- | linux-zen.install | 2 |
3 files changed, 14 insertions, 14 deletions
@@ -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 @@ -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 3f8da5f294f..e4b0edfdc73 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" |