summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCayetano Santos2020-04-29 20:50:10 +0200
committerCayetano Santos2020-04-29 20:50:10 +0200
commit4e560673b5a3612ad1b517d2d7bee427a32a9da0 (patch)
tree244b8ab185423795f8d659fcb52e825330def6fa /PKGBUILD
parent03e4718bd0936f09f71e92288282fb7465647883 (diff)
downloadaur-4e560673b5a3612ad1b517d2d7bee427a32a9da0.tar.gz
makedepends duplicated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d7487e38966..abfbfb3a219d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ conflicts=('python-cocotb-git')
provides=('python-cocotb')
depends=('python' 'python-setuptools')
-makedepends=('git' 'python-setuptools' 'gcc')
+makedepends=('git' 'gcc')
optdepends=('iverilog: for simulating verilog designs'
'ghdl: for simulating VHDL designs'
'gtkwave: for visualizing waveforms')