summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-02-12 23:40:55 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-02-12 23:41:03 +0100
commitce9e323e4ce59976339d2b458101ea3eb8f2718a (patch)
tree86f89c6aaf2eeb9f98f0022995d9678fa2e612e0
parentc48f7bb3b337980238ab431d7a7f92abbb5eb630 (diff)
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>
-rw-r--r--pcr/fomu-verilog-blink/PKGBUILD3
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')