If you follow these instructions: https://wiki.archlinux.org/index.php/Bisecting_bugs_with_Git and do makepkg -o then checkout an older version somehow and run makepkg -e there are errors as "version" is now wrong. In _package ():
cd $_srcname
make -s kernelrelease > version <--- added
local kernver="$(<version)"
this avoided those errors. (Only tested that on one build mind you.) Presumably the wiki info predates this commit about a year ago: https://aur.archlinux.org/cgit/aur.git/commit/PKGBUILD?h=linux-git&id=e7e35802193bf14e094a5c12e7748c600ce9ea80
Pinned Comments
osimarr commented on 2023-05-07 22:27 (UTC) (edited on 2023-05-12 04:05 (UTC) by osimarr)
Hi. Since the package became an orphan, I adopted it to continue what I actively maintain on https://aur.archlinux.org/pkgbase/linux-mainline-git, now on this AUR package.
The build script and config file will be up-to-date with Arch's official Linux package unless an update is required to be functional.
But I intentionally removed the documentation package because it consumes too much building time.
This package supports certain customization if compiled by the user. Check for the README file inside the package repo, or the .INSTALL message after package installation to learn how.