summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2021-06-01 01:12:40 +0200
committerCayetano Santos2021-06-01 01:12:40 +0200
commit773b191ea69cc71104f8851c604924c8995b29f6 (patch)
tree6f75adf552409720ce3f9464d3ce803040a2ff15
parent2ec3dd38154dd5fb63517a675e062dcdb133b416 (diff)
downloadaur-773b191ea69cc71104f8851c604924c8995b29f6.tar.gz
CI: missing git
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 486f187fcebc..ccd8783cc6c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = python-cocotb
url = http://github.com/cocotb/cocotb/
arch = any
license = BSD
+ makedepends = git
depends = python
depends = python-setuptools
optdepends = iverilog: for simulating verilog designs
diff --git a/PKGBUILD b/PKGBUILD
index dffc150ba9cf..c908da1423c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url="http://github.com/cocotb/cocotb/"
license=('BSD')
depends=('python' 'python-setuptools')
-
+makedepends=('git')
optdepends=('iverilog: for simulating verilog designs'
'ghdl: for simulating VHDL designs'
'gtkwave: for visualizing waveforms')