summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPopolon2021-10-16 14:53:36 +0200
committerPopolon2021-10-16 14:53:36 +0200
commit1d82fb9bf52561b8631b5d6263d37518f2bac1e1 (patch)
treed2532fbf2145894a506dfca040f2bc466dc5f0f3
parentf24bf388a961d73578ff842df731c8c32d4ae68b (diff)
downloadaur-1d82fb9bf52561b8631b5d6263d37518f2bac1e1.tar.gz
forgot yosis dependency
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1dde30c838f4..f5a8afe9f691 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ pkgver='0.0.post131'
pkgrel=1
pkgdesc="Generate diagrams from HDL in Sphinx."
url="https://github.com/SymbiFlow/sphinxcontrib-hdl-diagrams"
-depends=('python')
+depends=('python' 'yosys')
+#optional=('netlistsvg')
makedepends=('python-setuptools')
license=('APACHE')
arch=('any')