summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPopolon2021-10-19 01:06:25 +0200
committerPopolon2021-10-19 01:06:25 +0200
commitfdddcaaee0918bc58ebe1fe8ddabf0f37bdfb134 (patch)
tree9f1d3bb8e1001675d8dd9eaabe171c5b95e18c18 /PKGBUILD
parent6e53ce3757de1338af803c7667fe932e967f7b09 (diff)
downloadaur-fdddcaaee0918bc58ebe1fe8ddabf0f37bdfb134.tar.gz
add missing python-nmigen dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e02c63b473c..67d60a90d7a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgbase='python-sphinxcontrib-hdl-diagrams'
pkgname=('python-sphinxcontrib-hdl-diagrams')
_module='sphinxcontrib-hdl-diagrams'
pkgver='0.0.post131'
-pkgrel=2
+pkgrel=3
pkgdesc="Generate diagrams from HDL in Sphinx."
url="https://github.com/SymbiFlow/sphinxcontrib-hdl-diagrams"
-depends=('python-sphinx' 'yosys')
+depends=('python-sphinx' 'yosys' 'python-nmigen')
#optional=('netlistsvg')
makedepends=('python-setuptools')
license=('APACHE')