summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPopolon2021-10-19 00:35:00 +0200
committerPopolon2021-10-19 00:35:00 +0200
commit6e53ce3757de1338af803c7667fe932e967f7b09 (patch)
tree3f39b466b22d8ec08949b69fba5950ea4b123582
parent8a0b466e2cab88dce6bf97748dc8e2c0c4246b7e (diff)
downloadaur-6e53ce3757de1338af803c7667fe932e967f7b09.tar.gz
replace python dependency by python-sphinx
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b520aef7876..f0108a41045f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = python-sphinxcontrib-hdl-diagrams
pkgdesc = Generate diagrams from HDL in Sphinx.
pkgver = 0.0.post131
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/SymbiFlow/sphinxcontrib-hdl-diagrams
arch = any
license = APACHE
makedepends = python-setuptools
- depends = python
+ depends = python-sphinx
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 = python-sphinx
depends = yosys
diff --git a/PKGBUILD b/PKGBUILD
index f5a8afe9f691..6e02c63b473c 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=1
+pkgrel=2
pkgdesc="Generate diagrams from HDL in Sphinx."
url="https://github.com/SymbiFlow/sphinxcontrib-hdl-diagrams"
-depends=('python' 'yosys')
+depends=('python-sphinx' 'yosys')
#optional=('netlistsvg')
makedepends=('python-setuptools')
license=('APACHE')