diff options
author | Matt Parnell | 2015-09-21 02:14:39 -0500 |
---|---|---|
committer | Matt Parnell | 2015-09-21 02:14:39 -0500 |
commit | 130cc73815372a90f9e5b83eae7e1f30742b3fdd (patch) | |
tree | 62226997c46516cd0a5e1dc408071fa7f154adfb | |
parent | e8f9c5dfa6913b19fd031a160f5158996b727ce6 (diff) | |
download | aur-130cc73815372a90f9e5b83eae7e1f30742b3fdd.tar.gz |
version bump
-rw-r--r-- | PKGBUILD | 2 | ||||
-rw-r--r-- | linux-zen.install | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ # Original PKGBUILD Contributor: Patrick Bartels <p4ddy.b@gmail.com> # Thanks to Bregol pkgname="linux-zen-git" -pkgver=4.1.4+520740+g5889f0e +pkgver=4.1.7+521043+g7c18d3a pkgdesc="Featureful kernel including various new features, code and optimizations to better suit desktops" url="https://github.com/damentz/zen-kernel" license=("GPL2") diff --git a/linux-zen.install b/linux-zen.install index 710c7cf2d51..3271548e91b 100644 --- a/linux-zen.install +++ b/linux-zen.install @@ -1,4 +1,4 @@ -_kernel_version=4.1.4-zen-bfs-g5889f0e-dirty +_kernel_version=4.1.7-zen-bfs-g7c18d3a-dirty _r="\033[00;31m" _y="\033[00;33m" |