summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCayetano Santos2021-05-22 12:30:30 +0200
committerCayetano Santos2021-05-22 12:32:04 +0200
commit787061e06c6e15256bc9bc96668ce08b7c32f009 (patch)
tree72130a219a66c36cd419c477a37ecf7a341bbac4 /PKGBUILD
parent283738458d23377d986bae1b1d894254afa7e0d8 (diff)
downloadaur-787061e06c6e15256bc9bc96668ce08b7c32f009.tar.gz
Suppress gcc as makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24fc2cccf786..50949212e157 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/cocotb/cocotb-bus/"
license=('BSD')
depends=('python' 'python-setuptools')
-makedepends=('git' 'gcc')
+makedepends=('git')
optdepends=('iverilog: for simulating verilog designs'
'ghdl: for simulating VHDL designs'
'gtkwave: for visualizing waveforms')