Package Details: linux-zen-git 6.16.0+1369441+g6ab6b935205c-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, linux-zen-git
Submitter: ilikenwf
Maintainer: ilikenwf
Last Packager: ilikenwf
Votes: 28
Popularity: 0.000000
First Submitted: 2015-08-10 23:27 (UTC)
Last Updated: 2025-08-10 18:53 (UTC)

Dependencies (7)

Required by (1)

Sources (3)

Latest Comments

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

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

ls-alh commented on 2025-01-15 01:14 (UTC) (edited on 2025-01-15 01:14 (UTC) by ls-alh)

build fails when removing sources.

 -> Removing links to source and build directory...
rm: cannot remove '/home/binky/.cache/yay/linux-zen-git/pkg/linux-zen-git/lib/modules/6.12.9-zen-g63d7249858c7-dirty/source': No such file or directory

in 'package_linux-zen-git() {', changing

    msg2 "Removing links to source and build directory..."
rm "$pkgdir/lib/modules/$_kernver/"{build,source}

to

    msg2 "Removing links to source and build directory..."
rm "$pkgdir/lib/modules/$_kernver/build"

seems to fix the issue.

ilikenwf commented on 2024-11-09 01:08 (UTC)

@dcarmal removed.

dcarmal commented on 2024-10-27 18:39 (UTC)

PKGBUILD contains a "return 1" instruction after generating configuration (ln. 98) that provokes an abort error.