Search Criteria
Package Details: ecpprog-git r28.2b3e8ea-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ecpprog-git.git (read-only, click to copy) |
---|---|
Package Base: | ecpprog-git |
Description: | A basic driver for FTDI based JTAG probes to program ECP5 FPGAs |
Upstream URL: | https://github.com/gregdavill/ecpprog |
Licenses: | ISC |
Conflicts: | ecpprog |
Provides: | ecpprog |
Submitter: | nobodywasishere |
Maintainer: | None |
Last Packager: | nobodywasishere |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-08-11 06:30 (UTC) |
Last Updated: | 2020-08-11 06:30 (UTC) |
Latest Comments
bit0fun commented on 2022-08-11 05:36 (UTC)
There’s an issue with the pkgver function where it is trying to find the hash for the ‘master’ branch, but the repository uses ‘main’ as the master branch name.
Simple fix is to just change ‘master’ to ‘main’ in the script, and all works as intended