Skip to content

Commit

Permalink
Add linux-zen aur repos
Browse files Browse the repository at this point in the history
  • Loading branch information
demizer committed Aug 14, 2017
1 parent eba7da8 commit a9c8fe4
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 4 deletions.
12 changes: 12 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,15 @@
[submodule "packages/common-git/spl-utils-common-git"]
path = packages/common-git/spl-utils-common-git
url = ssh+git://aur@aur.archlinux.org/spl-utils-common-git.git
[submodule "packages/linux-zen/spl-linux-zen"]
path = packages/linux-zen/spl-linux-zen
url = ssh+git://aur@aur.archlinux.org/spl-linux-zen.git
[submodule "packages/linux-zen/spl-linux-zen-git"]
path = packages/linux-zen/spl-linux-zen-git
url = ssh+git://aur@aur.archlinux.org/spl-linux-zen-git.git
[submodule "packages/linux-zen/zfs-linux-zen-git"]
path = packages/linux-zen/zfs-linux-zen-git
url = ssh+git://aur@aur.archlinux.org/zfs-linux-zen-git.git
[submodule "packages/linux-zen/zfs-linux-zen"]
path = packages/linux-zen/zfs-linux-zen
url = ssh+git://aur@aur.archlinux.org/zfs-linux-zen.git
1 change: 1 addition & 0 deletions packages/linux-zen/spl-linux-zen
Submodule spl-linux-zen added at 5e2435
1 change: 1 addition & 0 deletions packages/linux-zen/spl-linux-zen-git
Submodule spl-linux-zen-git added at 418e65
1 change: 1 addition & 0 deletions packages/linux-zen/zfs-linux-zen
Submodule zfs-linux-zen added at 040576
1 change: 1 addition & 0 deletions packages/linux-zen/zfs-linux-zen-git
Submodule zfs-linux-zen-git added at afe983
8 changes: 4 additions & 4 deletions src/kernels/linux-zen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ mode_name="zen"
mode_desc="Select and use the packages for the linux-zen kernel"

# Kernel versions for default ZFS packages
pkgrel="1"
kernel_version="4.12.4-1"
pkgrel="2"
kernel_version="4.12.5-1"

# Kernel version for GIT packages
pkgrel_git="${pkgrel}"
Expand Down Expand Up @@ -39,8 +39,8 @@ update_linux_pkgbuilds() {
kernel_version_major=${kernel_version%-*}
kernel_mod_path="${kernel_version_full}-zen"
archzfs_package_group="archzfs-linux-zen"
spl_pkgver=${zol_version}_${kernel_version_full_pkgver}
zfs_pkgver=${zol_version}_${kernel_version_full_pkgver}
spl_pkgver=${zol_version}.${kernel_version_full_pkgver}
zfs_pkgver=${zol_version}.${kernel_version_full_pkgver}
spl_pkgrel=${pkgrel}
zfs_pkgrel=${pkgrel}
spl_conflicts="'spl-linux-zen-git'"
Expand Down

0 comments on commit a9c8fe4

Please sign in to comment.