summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Lloyd2019-02-03 23:42:04 -0800
committerPatrick Lloyd2019-02-03 23:42:04 -0800
commitd8cec5528c82301d67385bacb11e05dfb27007b1 (patch)
tree1328077c9f7661aadd293e4cf849349a1dec9bf0 /PKGBUILD
parent2f639686fc271a9177d65ee9a1aca5a9ee50eddc (diff)
downloadaur-d8cec5528c82301d67385bacb11e05dfb27007b1.tar.gz
added xdot as dependency (required for show command)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a0453117a17..29dd9000eac3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url='http://www.clifford.at/yosys/'
license=('custom:ISC')
provides=("yosys")
conflicts=("yosys")
-depends=('tcl' 'libffi' 'python')
+depends=('tcl' 'libffi' 'python' 'xdot')
optdepends=('graphviz: Schematics display support')
makedepends=('git' 'mercurial')
source=('git+https://github.com/cliffordwolf/yosys.git'