nvidia-dkms PKGBUILD/sources? 07 October 2024, 22:45:18 Hi all,I cannot find the PKGBUILD and other source files for the nvidia-dkms package on https://gitea.artixlinux.org/packagesAre they not available or am I looking in the wrong place?
Re: nvidia-dkms PKGBUILD/sources? Reply #1 – 08 October 2024, 02:56:17 click on source files link in packages listhttps://gitea.artixlinux.org/packages/nvidia-utils 1 Likes
Re: nvidia-dkms PKGBUILD/sources? Reply #2 – 08 October 2024, 15:42:39 Quote from: ni0nrtvc – on 07 October 2024, 22:45:18or am I looking in the wrong place?Other ways to get what is called the 'pkgbase' for a 'split package' include:Install expac and use its %e optionCode: [Select]$ expac %e amd-ucodelinux-firmwareLook it up in the local databaseCode: [Select]$ cat /var/lib/pacman/local/amd-ucode-*/desc | grep -A 1 %BASE%%BASE%linux-firmwareI've never quite understood why pacman -Qii doesn't show this detail ? Last Edit: 08 October 2024, 19:28:32 by gripped
Re: nvidia-dkms PKGBUILD/sources? Reply #3 – 08 October 2024, 18:02:36 You can put this in your ~/.bash_rc as an alias or make a script:Code: [Select]pacman-source() ( git clone https://gitea.artixlinux.org/packages/$1)Then "pacman-source <package>" that may not work for a few that have a different name.This was said by gripped somewhere.