summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4049e96fd1f7..3cdb8c39e8ad 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.r6204.gfcd93aa1
+pkgver=2.0.0dev.r6231.g82665d421
pkgrel=1
arch=('x86_64' 'i686' 'pentium4')
pkgdesc='VHDL simulator - mcode back-end'
@@ -73,4 +73,7 @@ package() {
ln -s "$_gso" "${pkgdir}/usr/lib/libghdl.so"
fi
+ # GTKWave has always installed binary ghwdump, now ghdl does it too
+ # While awaiting for the two projects to agree, don't install ghwdump from here
+ rm -f "${pkgdir}/usr/bin/ghwdump"
}