Search Criteria
Package Details: flashprog 1.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/flashprog.git (read-only, click to copy) |
---|---|
Package Base: | flashprog |
Description: | Flashprog is a utility which can be used to detect, read, erase, or write BIOS chips (DIP, PLCC, SPI). |
Upstream URL: | https://flashprog.org/ |
Licenses: | GPL |
Submitter: | icon |
Maintainer: | icon (felixsinger) |
Last Packager: | felixsinger |
Votes: | 3 |
Popularity: | 0.79 |
First Submitted: | 2024-01-09 20:57 (UTC) |
Last Updated: | 2024-11-12 13:21 (UTC) |
Dependencies (9)
- libftdi
- libgpiod (libgpiod-gitAUR)
- libjaylink
- libusb (libusb-gitAUR)
- pciutils (pciutils-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- make (make-gitAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- dmidecode (dmidecode-gitAUR) (optional) – for SMBIOS/DMI table decoder support
Latest Comments
icon commented on 2024-09-08 22:18 (UTC)
Thanks! updated
debrabander commented on 2024-09-03 08:39 (UTC)
This failed for me because of a missing dependency on 'pkgconf', which results in make not finding the required libraries.
boarim commented on 2024-06-12 04:11 (UTC)
Thank you. That did the trick.
icon commented on 2024-06-03 09:12 (UTC)
The key is just not there. But the ID looks right.
tl;dr
gpg --receive-keys A5C163B7E557CAEB
You have to import the key, because for sources the user's keyring is used (https://wiki.archlinux.org/title/Makepkg#Signature_checking). Once you have it in your keyring,
makepkg
will check it against the entry in the PKGBUILD file.boarim commented on 2024-06-03 07:17 (UTC)
It doesn’t build because the PGP key can’t be verified. Here’s what I got:
icon commented on 2024-05-23 22:26 (UTC)
Thanks! Updated, and also bumped the version. I guess you were building on non-x86? There's a stale `ifeq ($(ARCH), x86)' in the Makefile, actually don't know why it was added oO
luluco250 commented on 2024-05-11 01:37 (UTC)
It looks like ich_descriptors_tool has to be compiled, I ended up having to add this to build() to get the package to build: