summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4601704e118e..af2ad129285b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = linux-zen-git
pkgdesc = Featureful kernel including various new features, code and optimizations to better suit desktops
- pkgver = 5.7.9+919325+gd7c5ae9a8182
+ pkgver = 5.8.1+935294+g1df1e7cf9d03
pkgrel = 1
url = https://github.com/damentz/zen-kernel
- arch = i686
arch = x86_64
license = GPL2
makedepends = git
@@ -12,7 +11,7 @@ pkgbase = linux-zen-git
options = !strip
source = linux-zen.conf
source = linux-zen.preset
- source = git://github.com/damentz/zen-kernel.git#branch=5.7/master
+ source = git://github.com/damentz/zen-kernel.git#branch=5.8/master
source = allow-disable-msr-lockdown.patch
sha256sums = 6373073ad943e068478ef1373be4eb2a7e473da8743d946f1f50cd364685ab87
sha256sums = 18fe6b2664a9a740544c4cb990efe5ec933d6e64caf9e5d0a6ced92af0027c2d
diff --git a/PKGBUILD b/PKGBUILD
index 1cc9e22524d6..8192b7baa97e 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=5.7.9+919325+gd7c5ae9a8182
+pkgver=5.8.1+935294+g1df1e7cf9d03
_kernver=4.19.0+783746+g54d1f99f63e9
pkgdesc="Featureful kernel including various new features, code and optimizations to better suit desktops"
url="https://github.com/damentz/zen-kernel"
@@ -10,14 +10,14 @@ license=("GPL2")
makedepends=("git")
true && pkgbase="linux-zen-git"
true && pkgname=("linux-zen-git" "linux-zen-git-headers")
-arch=("i686" "x86_64")
+arch=("x86_64")
conflicts=("linux-zen")
provides=("linux-zen")
pkgrel=1
options=("!strip")
source=("linux-zen.conf"
"linux-zen.preset"
- 'git://github.com/damentz/zen-kernel.git#branch=5.7/master'
+ 'git://github.com/damentz/zen-kernel.git#branch=5.8/master'
'allow-disable-msr-lockdown.patch')
sha256sums=('6373073ad943e068478ef1373be4eb2a7e473da8743d946f1f50cd364685ab87'
'18fe6b2664a9a740544c4cb990efe5ec933d6e64caf9e5d0a6ced92af0027c2d'
@@ -90,6 +90,8 @@ build() {
warning "Navigate to '${srcdir}/build'"
warning "and either run 'make menuconfig' or if you want to use an existing config,"
warning "save it as '.config' and run 'make oldconfig' in order to update it."
+ warning "You could also grab the one used for the mainline zen-kernel package from "
+ warning "https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/linux-zen/trunk/config "
warning "Having done that you can run 'makepkg' again."
plain ""