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 b943281d93c4..aef4ad97fb4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=python-pyghdl
pkgname=$_pkgname-git
-pkgver=1.0.0.r946.7e41be2da
+pkgver=3.0.0.r193.97df73f72
pkgrel=1
pkgdesc='Python binding for GHDL and high-level APIs'
arch=('any')
@@ -13,7 +13,7 @@ license=('GPL2')
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
replaces=('pyghdl-git')
-depends=('ghdl-git' 'python' 'python-pyattributes' 'python-pytooling' 'python-pytooling-terminalui' 'python-pyvhdlmodel')
+depends=('ghdl-git' 'python' 'python-pyattributes' 'python-pytooling' 'python-pyvhdlmodel')
makedepends=('python-setuptools' 'git')
checkdepends=('python-pytest')