[arch-commits] Commit in linux-zen/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Mon Sep 11 04:05:15 UTC 2017
Date: Monday, September 11, 2017 @ 04:05:07
Author: heftig
Revision: 305270
4.13.1-1.1
Modified:
linux-zen/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-10 23:34:29 UTC (rev 305269)
+++ PKGBUILD 2017-09-11 04:05:07 UTC (rev 305270)
@@ -8,7 +8,7 @@
_srcname=linux-4.13
_zenpatch=zen-4.13.1-2ce4f12c263fb44095950b05ad3b1015e5f7c3d1.diff
pkgver=4.13.1
-pkgrel=1
+pkgrel=1.1
arch=('i686' 'x86_64')
url="https://github.com/zen-kernel/zen-kernel"
license=('GPL2')
@@ -56,6 +56,9 @@
# add latest fixes from stable queue, if needed
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
+ # add zen patch
+ patch -p1 -i ../${_zenpatch}
+
cp -Tf ../config.${CARCH} .config
if [ "${_kernelname}" != "" ]; then
More information about the arch-commits
mailing list