summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPopolon2021-10-16 14:53:36 +0200
committerPopolon2021-10-16 14:57:10 +0200
commitc80e075847d5a64497f3d230b19e92fa266ca15d (patch)
tree2cfd4f834814cdb938a0f97fbab87cdd44543906
parentf24bf388a961d73578ff842df731c8c32d4ae68b (diff)
downloadaur-c80e075847d5a64497f3d230b19e92fa266ca15d.tar.gz
forgot to update .SRCINFO
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f0d1d5002ef..4b520aef7876 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,10 @@ pkgbase = python-sphinxcontrib-hdl-diagrams
license = APACHE
makedepends = python-setuptools
depends = python
+ depends = yosys
source = https://files.pythonhosted.org/packages/source/s/sphinxcontrib-hdl-diagrams/sphinxcontrib-hdl-diagrams-0.0.post131.tar.gz
sha256sums = f05f467d91c90b879090ef04f80481cca171d7a8cc909bfa6eef3ed2d6687cf1
pkgname = python-sphinxcontrib-hdl-diagrams
depends = python
+ depends = yosys
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')