Search Criteria
Package Details: amd-real-ucode-git 20231021.ba8eaf5-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/amd-real-ucode-git.git (read-only, click to copy) |
|---|---|
| Package Base: | amd-real-ucode-git |
| Description: | Actually provides the latest CPU microcode for AMD |
| Upstream URL: | None |
| Licenses: | custom |
| Conflicts: | amd-ucode |
| Provides: | amd-ucode |
| Submitter: | moparisthebest |
| Maintainer: | moparisthebest |
| Last Packager: | moparisthebest |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-10-23 02:04 (UTC) |
| Last Updated: | 2023-10-23 02:04 (UTC) |
Dependencies (2)
- git (git-gitAUR, git-glAUR) (make)
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-gitAUR, linux-firmware-uncompressedAUR) (make)
Required by (6)
- arch-secure-boot (requires amd-ucode) (optional)
- archsysback (requires amd-ucode)
- limine-booster (requires amd-ucode) (optional)
- meowrch-settings (requires amd-ucode) (optional)
- systemback (requires amd-ucode) (optional)
- thinkpad-p14s (requires amd-ucode)
Latest Comments
alexdelorenzo commented on 2024-03-11 03:07 (UTC)
Running into this error:
0x9fff00 commented on 2024-03-05 10:47 (UTC)
Fails to build in a clean chroot due to the
cp /usr/lib/firmware/amd-ucode/microcode_amd*.bin .line which requiresamd-ucodeto be installed. Even ifamd-ucodeis added tomakedepends, the package fails to build if it's already installed since it providesamd-ucodewithout including/usr/lib/firmware/amd-ucode/microcode_amd*.bin. This should be changed to get those files directly from the upstreamlinux-firmwarerepository, and either include them in the package or remove theprovides=('amd-ucode')Niinu commented on 2024-02-23 07:02 (UTC)
You might want to add an upstream url so this wont look super phishy, and change the description to something more descriptive. Plus change your accounts email address to something that doesnt attempt to impersonate archlinux staff.
alexdelorenzo commented on 2024-02-13 21:32 (UTC)
Thanks, can this be updated to follow git commits to
real-ucode?