summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrien Prost-Boucle2021-08-29 18:23:16 +0200
committerAdrien Prost-Boucle2021-08-29 18:23:16 +0200
commit26cb2e3de2b44790e7c8d80b2346c94d42d0870e (patch)
treed65758892feb1c5f815bc2a8994a1bdd1a7d6002
parent946dd6e7e2c4e1aec6badbf51cffdd83ba27c79e (diff)
downloadaur-26cb2e3de2b44790e7c8d80b2346c94d42d0870e.tar.gz
Add version do check dependency python-pyvhdlmodel
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 327e58c637e2..0f653c22510b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Aug 21 09:02:24 UTC 2021
+# Sun Aug 29 16:22:00 UTC 2021
pkgbase = ghdl-mcode-git
pkgdesc = VHDL simulator - mcode back-end
pkgver = 2.0.0dev.r6542.gbbdff59e4
@@ -11,7 +11,7 @@ pkgbase = ghdl-mcode-git
license = GPL2
checkdepends = python-pytest
checkdepends = python-pydecor
- checkdepends = python-pyvhdlmodel
+ checkdepends = python-pyvhdlmodel>=0.12
checkdepends = python-pymetaclasses
checkdepends = python-pyattributes
checkdepends = python-pyterminalui
diff --git a/PKGBUILD b/PKGBUILD
index c213791bd459..2445e1dce643 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ conflicts=('ghdl' 'ghdl-gcc-git' 'ghdl-llvm-git')
makedepends=('git')
depends=('gcc-ada')
checkdepends=(
- 'python-pytest' 'python-pydecor' 'python-pyvhdlmodel'
+ 'python-pytest' 'python-pydecor' 'python-pyvhdlmodel>=0.12'
'python-pymetaclasses' 'python-pyattributes' 'python-pyterminalui'
)
optdepends=(