summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2f844e9e508..adda321d7929 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Adrien Prost-Boucle <adrien.prost-boucle@laposte.net>
+# Maintainer: xiretza <xiretza+aur@xiretza.xyz>
pkgname=ghdl-mcode-git
-pkgver=2.0.0dev.r6945.gaee3585af
-pkgrel=3
+pkgver=4.0.0dev.r8602.g97df73f72
+pkgrel=1
arch=('x86_64' 'i686' 'pentium4')
pkgdesc='VHDL simulator - mcode back-end'
url='https://github.com/ghdl/ghdl'
@@ -13,8 +14,8 @@ conflicts=('ghdl' 'ghdl-gcc-git' 'ghdl-llvm-git')
makedepends=('git')
depends=('gcc-ada')
checkdepends=(
- 'python-pytest' 'python-pydecor' 'python-pyvhdlmodel>=0.12'
- 'python-pytooling' 'python-pyattributes' 'python-pytooling-terminalui'
+ 'python-pytest' 'python-pyvhdlmodel>=0.12'
+ 'python-pytooling' 'python-pyattributes'
)
optdepends=(
'python-pyghdl: python bindings and utilities'