summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2445e1dce643..3cb1bba7397c 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.r6542.gbbdff59e4
+pkgver=2.0.0dev.r6945.gaee3585af
pkgrel=1
arch=('x86_64' 'i686' 'pentium4')
pkgdesc='VHDL simulator - mcode back-end'
@@ -14,19 +14,16 @@ makedepends=('git')
depends=('gcc-ada')
checkdepends=(
'python-pytest' 'python-pydecor' 'python-pyvhdlmodel>=0.12'
- 'python-pymetaclasses' 'python-pyattributes' 'python-pyterminalui'
+ 'python-pytooling' 'python-pyattributes' 'python-pytooling-terminalui'
)
optdepends=(
- 'python-pydecor: for pyGHDL'
- 'python-pyvhdlmodel: for pyGHDL.dom'
+ 'python-pyghdl: python bindings and utilities'
)
source=(
"ghdl::git://github.com/ghdl/ghdl.git"
)
-sha256sums=(
- 'SKIP'
-)
+sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/ghdl"