summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2023-05-07 16:27:42 +0000
committerXiretza2023-05-07 16:27:42 +0000
commit901c8df81f1de3bd792a3d953f096a49519aa973 (patch)
treeeb36957604a6d3b65d2a4b9d80f00b26fb464a24
parent7e931a8a662ee1488959a633fe27f836082f567c (diff)
downloadaur-901c8df81f1de3bd792a3d953f096a49519aa973.tar.gz
Remove obsolete python-pytooling-terminalui dependency
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02d049a26e82..d0e85220b225 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ghdl-mcode-git
pkgdesc = VHDL simulator - mcode back-end
- pkgver = 2.0.0dev.r6945.gaee3585af
- pkgrel = 4
+ pkgver = 4.0.0dev.r8598.gca7532ce7
+ pkgrel = 1
url = https://github.com/ghdl/ghdl
arch = x86_64
arch = i686
@@ -12,12 +12,11 @@ pkgbase = ghdl-mcode-git
checkdepends = python-pyvhdlmodel>=0.12
checkdepends = python-pytooling
checkdepends = python-pyattributes
- checkdepends = python-pytooling-terminalui
makedepends = git
depends = gcc-ada
optdepends = python-pyghdl: python bindings and utilities
- provides = ghdl=2.0.0dev.r6945.gaee3585af
- provides = ghdl-git=2.0.0dev.r6945.gaee3585af
+ provides = ghdl=4.0.0dev.r8598.gca7532ce7
+ provides = ghdl-git=4.0.0dev.r8598.gca7532ce7
conflicts = ghdl
conflicts = ghdl-gcc-git
conflicts = ghdl-llvm-git
diff --git a/PKGBUILD b/PKGBUILD
index 7c9253399c9c..aa100a63a85c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: xiretza <xiretza+aur@xiretza.xyz>
pkgname=ghdl-mcode-git
-pkgver=2.0.0dev.r6945.gaee3585af
-pkgrel=4
+pkgver=4.0.0dev.r8598.gca7532ce7
+pkgrel=1
arch=('x86_64' 'i686' 'pentium4')
pkgdesc='VHDL simulator - mcode back-end'
url='https://github.com/ghdl/ghdl'
@@ -15,7 +15,7 @@ makedepends=('git')
depends=('gcc-ada')
checkdepends=(
'python-pytest' 'python-pydecor' 'python-pyvhdlmodel>=0.12'
- 'python-pytooling' 'python-pyattributes' 'python-pytooling-terminalui'
+ 'python-pytooling' 'python-pyattributes'
)
optdepends=(
'python-pyghdl: python bindings and utilities'