summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21c81ea34cdd..a16fb4ede900 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyghdl-git
pkgdesc = Python binding for GHDL and high-level APIs
- pkgver = 1.0.0.r946.7e41be2da
+ pkgver = 3.0.0.r193.97df73f72
pkgrel = 1
url = https://github.com/ghdl/ghdl
arch = any
@@ -12,9 +12,8 @@ pkgbase = python-pyghdl-git
depends = python
depends = python-pyattributes
depends = python-pytooling
- depends = python-pytooling-terminalui
depends = python-pyvhdlmodel
- provides = python-pyghdl=1.0.0.r946.7e41be2da
+ provides = python-pyghdl=3.0.0.r193.97df73f72
conflicts = python-pyghdl
replaces = pyghdl-git
source = ghdl::git+https://github.com/ghdl/ghdl.git
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')