summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')