summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2021-12-27 18:38:20 +0100
committerXiretza2021-12-27 18:38:20 +0100
commit2ae9767d40320d7d4850295711b03eb122715c8a (patch)
tree9bd238ef9f2759739541cd49254e51899c15a9eb
parent313a16a782e1bd47e4bbd4565f083bbc4f5278af (diff)
downloadaur-2ae9767d40320d7d4850295711b03eb122715c8a.tar.gz
Update dependencies
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66fc5c35d08d..21c81ea34cdd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pyghdl-git
pkgdesc = Python binding for GHDL and high-level APIs
- pkgver = 1.0.0.r495.cfa7ec61
- pkgrel = 2
+ pkgver = 1.0.0.r946.7e41be2da
+ pkgrel = 1
url = https://github.com/ghdl/ghdl
arch = any
license = GPL2
@@ -11,11 +11,10 @@ pkgbase = python-pyghdl-git
depends = ghdl-git
depends = python
depends = python-pyattributes
- depends = python-pymetaclasses
- depends = python-pyterminalui
- depends = python-pydecor
+ depends = python-pytooling
+ depends = python-pytooling-terminalui
depends = python-pyvhdlmodel
- provides = python-pyghdl=1.0.0.r495.cfa7ec61
+ provides = python-pyghdl=1.0.0.r946.7e41be2da
conflicts = python-pyghdl
replaces = pyghdl-git
source = ghdl::git+https://github.com/ghdl/ghdl.git
diff --git a/PKGBUILD b/PKGBUILD
index 5e12b700de13..b943281d93c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=python-pyghdl
pkgname=$_pkgname-git
-pkgver=1.0.0.r495.cfa7ec61
-pkgrel=2
+pkgver=1.0.0.r946.7e41be2da
+pkgrel=1
pkgdesc='Python binding for GHDL and high-level APIs'
arch=('any')
url='https://github.com/ghdl/ghdl'
@@ -13,7 +13,7 @@ license=('GPL2')
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
replaces=('pyghdl-git')
-depends=('ghdl-git' 'python' 'python-pyattributes' 'python-pymetaclasses' 'python-pyterminalui' 'python-pydecor' 'python-pyvhdlmodel')
+depends=('ghdl-git' 'python' 'python-pyattributes' 'python-pytooling' 'python-pytooling-terminalui' 'python-pyvhdlmodel')
makedepends=('python-setuptools' 'git')
checkdepends=('python-pytest')