summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2020-04-22 19:32:50 +0200
committerCayetano Santos2020-04-22 19:32:50 +0200
commitb2cddf422d4d82785df03b0cb2d19ee5d77cf9b7 (patch)
treec49ee95f6d4bec9e49cb63807f87ee665b447aaf
parent69a13486dab901ac7facedc37d3ee6f882e7722d (diff)
downloadaur-b2cddf422d4d82785df03b0cb2d19ee5d77cf9b7.tar.gz
binutils as depends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bda8f45724b5..e3a71acbe8ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,9 +7,9 @@ pkgbase = python-cocotb-git
license = BSD
makedepends = git
makedepends = python-setuptools
- makedepends = binutils
depends = python
depends = python-setuptools
+ depends = binutils
optdepends = iverilog: for simulating verilog designs
optdepends = ghdl: for simulating VHDL designs
optdepends = gtkwave: for visualizing waveforms
diff --git a/PKGBUILD b/PKGBUILD
index ba6c72e8297b..17c635d69fff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@ url="https://github.com/cocotb/cocotb"
license=('BSD')
conflicts=('python-cocotb')
provides=('python-cocotb-git')
-depends=('python' 'python-setuptools')
+depends=('python' 'python-setuptools' 'binutils')
-makedepends=('git' 'python-setuptools' 'binutils')
+makedepends=('git' 'python-setuptools')
optdepends=('iverilog: for simulating verilog designs'
'ghdl: for simulating VHDL designs'
'gtkwave: for visualizing waveforms')