I've disowned this package, as PDS offers very little over EEVDF / EEVDF+BORE these days.
Anyone still interested in PDS may maintain it instead.
Git Clone URL: | https://aur.archlinux.org/linux-pds.git (read-only, click to copy) |
---|---|
Submitter: | QuartzDragon |
Maintainer: | archdevlab |
Last Packager: | archdevlab |
Votes: | 8 |
Popularity: | 0.000807 |
First Submitted: | 2019-05-11 18:16 (UTC) |
Last Updated: | 2023-07-09 23:14 (UTC) |
I've disowned this package, as PDS offers very little over EEVDF / EEVDF+BORE these days.
Anyone still interested in PDS may maintain it instead.
If anyone wants to use an AUR helper (or not have to define all makepkg vars every time), you can use the following in /etc/makepkg.conf to enable modprobed-db:
readonly _localmodcfg=y
I would also recommend adding -j$(nproc)
to MAKEFLAGS
and removing the -mtune
flag and setting the -march
flag to native
in CFLAGS
, just as in the Arch Wiki.
@criptixo
You will need to reinitialize your Pacman keyring ~ https://wiki.archlinux.org/title/Pacman/Package_signing
_kernel_patch_name
in the PKGBUILD should be updated.
It is:
_kernel_patch_name="more-uarches-for-kernel-5.15-5.16.patch"
But it should be:
_kernel_patch_name="more-uarches-for-kernel-5.17+.patch"
@unknown78
Oops. Fixed! :)
currently doesn't build seems like config files has wrong checksum
@QuartzDragon , thank you alot for your hard effort.
Fixed now.
Pinned Comments
QuartzDragon commented on 2019-06-22 15:39 (UTC)
This package follows the Arch Linux kernel release, and will be updated as it is.