summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Parnell2016-04-30 19:37:14 -0500
committerMatt Parnell2016-04-30 19:37:14 -0500
commit21cf523a92068a8a9b089d3423d36ec32705741c (patch)
tree957c6617235a7b88588bab96e28bcef9bb9bcf71
parent6125f83b14cbd23c039fb36bb0df4823c53a9968 (diff)
downloadaur-21cf523a92068a8a9b089d3423d36ec32705741c.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
-rw-r--r--linux-zen.install2
3 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acc32f07cdf8..9eb183f5abe2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Apr 28 04:42:06 UTC 2016
+# Sun May 1 00:37:13 UTC 2016
pkgbase = linux-zen-git
pkgdesc = Featureful kernel including various new features, code and optimizations to better suit desktops
- pkgver = 4.5.2+575989+gde2f20f
+ pkgver = 4.5.2+575985+gb29c6f3
pkgrel = 1
url = https://github.com/damentz/zen-kernel
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 1d0f3b67e520..92c3f70edb86 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.5.2+575989+gde2f20f
+pkgver=4.5.2+575985+gb29c6f3
pkgdesc="Featureful kernel including various new features, code and optimizations to better suit desktops"
url="https://github.com/damentz/zen-kernel"
license=("GPL2")
@@ -80,9 +80,6 @@ build() {
warning "Press ENTER if you want to build the kernel or CTRL+C to abort..."
read
- msg "Applying temp fix for max_numa_distance in smpboot.c"
- sed -i 's/extern\ int\ sched\_max\_numa\_distance/int\ sched\_max\_numa\_distance\ \=\ \-1/g' "${srcdir}/zen-kernel/arch/x86/kernel/smpboot.c"
-
cd "${srcdir}/build"
msg2 "Building kernel..."; make -j $_CORES bzImage
msg2 "Building modules..."; make -j $_CORES modules
diff --git a/linux-zen.install b/linux-zen.install
index 49a2af029910..79e8c8be5656 100644
--- a/linux-zen.install
+++ b/linux-zen.install
@@ -1,4 +1,4 @@
-_kernel_version=4.5.2-zen-gde2f20f-dirty
+_kernel_version=4.5.2-zen-gb29c6f3-dirty
_r="\033[00;31m"
_y="\033[00;33m"