summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPopolon2021-10-16 14:53:36 +0200
committerPopolon2021-10-16 14:57:10 +0200
commitc80e075847d5a64497f3d230b19e92fa266ca15d (patch)
tree2cfd4f834814cdb938a0f97fbab87cdd44543906 /PKGBUILD
parentf24bf388a961d73578ff842df731c8c32d4ae68b (diff)
downloadaur-c80e075847d5a64497f3d230b19e92fa266ca15d.tar.gz
forgot to update .SRCINFO
Diffstat (limited to 'PKGBUILD')
-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')