summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrien Prost-Boucle2021-08-21 11:02:38 +0200
committerAdrien Prost-Boucle2021-08-21 11:02:38 +0200
commit946dd6e7e2c4e1aec6badbf51cffdd83ba27c79e (patch)
treefb10cf0d400abe55ea0b6db076700a08333324ac /PKGBUILD
parentfcc2a154e0d4076dbfd09b08ef6df9bdc9383a32 (diff)
downloadaur-946dd6e7e2c4e1aec6badbf51cffdd83ba27c79e.tar.gz
Update checkdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3cdb8c39e8ad..c213791bd459 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adrien Prost-Boucle <adrien.prost-boucle@laposte.net>
pkgname=ghdl-mcode-git
-pkgver=2.0.0dev.r6231.g82665d421
+pkgver=2.0.0dev.r6542.gbbdff59e4
pkgrel=1
arch=('x86_64' 'i686' 'pentium4')
pkgdesc='VHDL simulator - mcode back-end'
@@ -12,7 +12,10 @@ provides=("ghdl=$pkgver" "ghdl-git=$pkgver")
conflicts=('ghdl' 'ghdl-gcc-git' 'ghdl-llvm-git')
makedepends=('git')
depends=('gcc-ada')
-checkdepends=('python-pytest' 'python-pydecor' 'python-pyvhdlmodel')
+checkdepends=(
+ 'python-pytest' 'python-pydecor' 'python-pyvhdlmodel'
+ 'python-pymetaclasses' 'python-pyattributes' 'python-pyterminalui'
+)
optdepends=(
'python-pydecor: for pyGHDL'
'python-pyvhdlmodel: for pyGHDL.dom'