summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrien Prost-Boucle2019-09-10 18:56:29 +0200
committerAdrien Prost-Boucle2019-09-10 18:56:29 +0200
commit1dc4b18b59644e8920c0ee0ad414c5884a3b976f (patch)
tree0c1628f2001d053ecaa1a27efbce5288b0637525 /PKGBUILD
parent75622612cd1e7b56c30ee098d849e30d83032ae6 (diff)
downloadaur-1dc4b18b59644e8920c0ee0ad414c5884a3b976f.tar.gz
Update url + enable synthesis
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43548b8a6092..4921aef59f20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
# https://aur.archlinux.org/packages/ghdl/
pkgname=ghdl-gcc-git
-pkgver=0.37dev.git20190811
+pkgver=0.37dev.git20190907
pkgrel=1
arch=('any')
-pkgdesc='VHDL simulator - GCC flavour'
-url='https://github.com/tgingold/ghdl'
+pkgdesc='VHDL simulator - GCC back-end'
+url='https://github.com/ghdl/ghdl'
license=('GPLv2')
provides=('ghdl')
@@ -49,7 +49,8 @@ prepare() {
./configure \
--prefix=/usr \
- --with-gcc="${srcdir}/gcc"
+ --with-gcc="${srcdir}/gcc" \
+ --enable-synth
make copy-sources