summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1834051af5e..c9a9c456e354 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,10 @@ conflicts=('python-fusesoc')
provides=('python-fusesoc')
depends=('python' 'python-edalize')
-makedepends=('python-setuptools')
+makedepends=('git' 'python-setuptools')
optdepends=('iverilog: for simulating verilog designs'
- 'ghdl: for simulating VHDL designs')
+ 'ghdl: for simulating VHDL designs'
+ 'gtkwave: for visualizing waveforms')
options=(!emptydirs)
source=("git+https://github.com/olofk/fusesoc#tag=${pkgver}")