summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2020-03-08 12:37:23 +0100
committerCayetano Santos2020-03-08 12:37:23 +0100
commit823669cd3878ccaf98f561d33000de4300bc6d74 (patch)
treecbb217e7fa3883c3d783e3464b6d62c3705f42f1
parentde2d762fbcf6ee7bdb2729ebbfc71157f2e7b1a8 (diff)
downloadaur-823669cd3878ccaf98f561d33000de4300bc6d74.tar.gz
Remove dependency on swig
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f3535bb0a01..4f00235eb63c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64') # Can probably support other architectures as well, try your luc
url="http://potential.ventures/cocotb/"
license=('BSD')
#groups=()
-depends=('python' 'swig')
+depends=('python')
makedepends=('git')
#checkdepends=()
optdepends=('iverilog: for simulating verilog designs' 'ghdl: for simulating VHDL designs')