diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-02-12 23:40:55 +0100 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-02-12 23:41:03 +0100 |
commit | ce9e323e4ce59976339d2b458101ea3eb8f2718a (patch) | |
tree | 86f89c6aaf2eeb9f98f0022995d9678fa2e612e0 /pcr/fomu-verilog-blink | |
parent | c48f7bb3b337980238ab431d7a7f92abbb5eb630 (diff) | |
download | abslibre-ce9e323e4ce59976339d2b458101ea3eb8f2718a.tar.gz abslibre-ce9e323e4ce59976339d2b458101ea3eb8f2718a.tar.bz2 abslibre-ce9e323e4ce59976339d2b458101ea3eb8f2718a.zip |
pcr: fomu-verilog-blink: sync with Aur
As we don't have binary packages yet, we don't need to increment
the package revision.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'pcr/fomu-verilog-blink')
-rw-r--r-- | pcr/fomu-verilog-blink/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pcr/fomu-verilog-blink/PKGBUILD b/pcr/fomu-verilog-blink/PKGBUILD index e9944be54..6cf533682 100644 --- a/pcr/fomu-verilog-blink/PKGBUILD +++ b/pcr/fomu-verilog-blink/PKGBUILD @@ -11,7 +11,8 @@ pkgdesc="Blink test firmwares for the FOMU FPGA boards" arch=('any') url='https://github.com/im-tomu/fomu-workshop.git' license=('Apache') -makedepends=('icestorm-git' +makedepends=('dfu-util' + 'icestorm-git' 'nextpnr-git' 'yosys') optdepends=('dfu-util: for loading the fimrwares') |