Package Details: linux-zen-git-headers 6.17.1+1383790+g46023f82bf55-1

Git Clone URL: https://aur.archlinux.org/linux-zen-git.git (read-only, click to copy)
Package Base: linux-zen-git
Description: Featureful kernel including various new features, code and optimizations to better suit desktops
Upstream URL: https://github.com/damentz/zen-kernel
Licenses: GPL2
Conflicts: linux-zen
Provides: linux-zen
Submitter: ilikenwf
Maintainer: ilikenwf
Last Packager: ilikenwf
Votes: 28
Popularity: 0.000000
First Submitted: 2015-08-10 23:27 (UTC)
Last Updated: 2025-10-08 04:56 (UTC)

Dependencies (1)

Required by (2)

Sources (3)

Latest Comments

1 2 3 4 5 6 .. 26 Next › Last »

maveric7911 commented on 2025-11-08 23:04 (UTC)

@ilikenwf it doesn't need to be in there at all as it's overwriting what is already in makepkg.conf. Let the makepkg.conf do its job and use what is already set on the user system. On a standard 11th gen intel it only compiles with 2 cpus, even though it should be using at least 8 cores or with hyperthreading 16. Ideally like every other AUR package just use what is already listed in the users makepkg.conf which is by far more preferable and exactly why that's in the makepkg.conf.

ilikenwf commented on 2025-10-08 04:27 (UTC)

@maveric7911 it's not hard coded to 2, it grabs the number of cores from cpuinfo if possible, and uses 2 only if 1 is returned.

    # Number of CPU Cores
_CORES=$(cat /proc/cpuinfo|grep processor|wc -l)
if [ $_CORES -lt 1 ]; then
    _CORES=2
fi

maveric7911 commented on 2025-10-08 02:43 (UTC)

Can you remove the throttle on this PKGBUILD. I want it to use my makepkg -j flag for make but you have hard coded in there -j2.

ilikenwf commented on 2025-08-10 18:53 (UTC)

Done.

parhammed commented on 2025-08-10 18:52 (UTC)

can you use initramfs dependency instead of mkinitcpio like linux-zen in official arch packages for people who use other initramfs like dracut

ilikenwf commented on 2025-08-10 17:24 (UTC)

That's because they do not use "master" or "main" - they only track the kernel.org tip based on current release.

parhammed commented on 2025-08-10 10:29 (UTC)

why did you set a branch for zen-kernel? *-git packages suppose to receive latest update with least change in PKGBUILD

ilikenwf commented on 2025-05-27 03:29 (UTC)

Fixed, sorry @ls-alh