summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d72d8ebd5a63..639fbf0b79e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,21 @@
pkgbase = ghdl-mcode-git
pkgdesc = VHDL simulator - mcode back-end
- pkgver = 2.0.0dev.r6945.gaee3585af
- pkgrel = 3
+ pkgver = 4.0.0dev.r8602.g97df73f72
+ pkgrel = 1
url = https://github.com/ghdl/ghdl
arch = x86_64
arch = i686
arch = pentium4
license = GPL2
checkdepends = python-pytest
- checkdepends = python-pydecor
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.r8602.g97df73f72
+ provides = ghdl-git=4.0.0dev.r8602.g97df73f72
conflicts = ghdl
conflicts = ghdl-gcc-git
conflicts = ghdl-llvm-git
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'