diff options
author | Matt Parnell | 2021-03-30 11:08:10 -0500 |
---|---|---|
committer | Matt Parnell | 2021-03-30 11:08:10 -0500 |
commit | 7b92e76eb0944fdb4377153ea2ec1cdae1f8a826 (patch) | |
tree | c7f446e8b0a46fdceb9bf4da08ba71829ae0b9f4 | |
parent | 2572eea2ae08510773e7fb6d5fa03ed0633aa4ea (diff) | |
download | aur-7b92e76eb0944fdb4377153ea2ec1cdae1f8a826.tar.gz |
.11
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 | ||||
-rw-r--r-- | linux-zen.install | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ pkgbase = linux-zen-git pkgdesc = Featureful kernel including various new features, code and optimizations to better suit desktops - pkgver = 5.11.6+985344+gfb5321b47823 + pkgver = 5.11.11+986070+ge9b163ddf70a pkgrel = 1 url = https://github.com/damentz/zen-kernel arch = x86_64 @@ -2,7 +2,7 @@ # Original PKGBUILD Contributor: Patrick Bartels <p4ddy.b@gmail.com> # Thanks to Bregol pkgname="linux-zen-git" -pkgver=5.11.6+985344+gfb5321b47823 +pkgver=5.11.11+986070+ge9b163ddf70a _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" diff --git a/linux-zen.install b/linux-zen.install index 352ea2a1cec..875906c77a3 100644 --- a/linux-zen.install +++ b/linux-zen.install @@ -1,4 +1,4 @@ -_kernel_version=5.11.6-zen-gfb5321b47823-dirty +_kernel_version=5.11.11-zen-ge9b163ddf70a-dirty _r="\033[00;31m" _y="\033[00;33m" |