summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli2021-02-12 23:38:23 +0100
committerDenis 'GNUtoo' Carikli2021-02-12 23:38:38 +0100
commit8087cc1a4f43dda35483bfa39932575dd950506d (patch)
treeef9439507d5a45a8c13c25d0f3fb51c6fc959772
parent81020e67164f4a7123b5f196a1c8f1faf32efd9e (diff)
downloadaur-8087cc1a4f43dda35483bfa39932575dd950506d.tar.gz
Add dfu-utils to makedepends
Without that fix, without dfu-utils installed, we have: | DFU blink.dfu | make: dfu-suffix: No such file or directory | make: *** [Makefile:89: blink.dfu] Error 127 | ==> ERROR: A failure occurred in build(). | Aborting... Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD3
2 files changed, 21 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ce03501f017..d942d76a09e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -44,3 +44,22 @@ pkgbase = fomu-verilog-blink
pkgname = fomu-verilog-blink
+pkgbase = fomu-verilog-blink
+ pkgdesc = Blink test firmwares for the FOMU FPGA boards
+ pkgver = 0.1
+ pkgrel = 1
+ url = https://github.com/im-tomu/fomu-workshop.git
+ arch = any
+ license = Apache
+ makedepends = dfu-util
+ makedepends = icestorm-git
+ makedepends = nextpnr-git
+ makedepends = yosys
+ optdepends = dfu-util: for loading the fimrwares
+ source = https://github.com/im-tomu/fomu-workshop/archive/v0.1.tar.gz
+ source = LICENSE
+ sha512sums = f5a68839a91178e9a3238ba097eec4f6768da691cc0c934619d23ea6d3b964a305f3c831fabecdfa5d12977d9c243a8005e5fa38ddcfd3a5e391d5581e6ab709
+ sha512sums = SKIP
+
+pkgname = fomu-verilog-blink
+
diff --git a/PKGBUILD b/PKGBUILD
index e9944be54c63..6cf533682282 100644
--- a/PKGBUILD
+++ b/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')