summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2020-03-21 12:33:41 +0100
committerCayetano Santos2020-03-21 12:33:41 +0100
commit027064d84b9cab78550530b3c0acb0cefe5e8883 (patch)
treed1fff473033f7a2d0a8b7d1202e25b7cc3871362
parent066b8133dc4542598e03e4297bff46b7f46f56a0 (diff)
downloadaur-027064d84b9cab78550530b3c0acb0cefe5e8883.tar.gz
Cleanup
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 798d8d039646..62a07ccc1ffe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,11 +5,13 @@ pkgbase = python-fusesoc
url = http://github.com/olofk/fusesoc/
arch = any
license = GPLv3
+ makedepends = git
makedepends = python-setuptools
depends = python
depends = python-edalize
optdepends = iverilog: for simulating verilog designs
optdepends = ghdl: for simulating VHDL designs
+ optdepends = gtkwave: for visualizing waveforms
provides = python-fusesoc
conflicts = python-fusesoc
options = !emptydirs
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}")