summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVicente Bergas2018-06-03 00:55:03 +0200
committerVicente Bergas2018-06-03 00:55:03 +0200
commit5eb2ab8704c6715c47d864a8e076b09e75a6a568 (patch)
treeb9af883cde8761d502215cbeb102e8703f2f04e2 /PKGBUILD
parentd5786e8a79cc0b778d1781f8dbf4aba014a4858c (diff)
downloadaur-5eb2ab8704c6715c47d864a8e076b09e75a6a568.tar.gz
Update to a working version for gcc-ada 8.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cad81c491afc..e9e2040b734e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=ghdl
pkgver=0.35
-pkgrel=2
+pkgrel=3
_gccver=7.3.0
_islver=0.18
arch=('aarch64' 'x86_64')
@@ -11,8 +11,9 @@ makedepends=('gcc-ada' 'git')
install=ghdl.install
options=(!emptydirs staticlibs)
+# This is the earliest commit that works with gcc-ada 8.1
source=(
- "git+https://github.com/ghdl/ghdl#tag=v${pkgver}"
+ "git+https://github.com/ghdl/ghdl#commit=319092de002423fcd5f624d2f026176503ab6018"
"https://gcc.gnu.org/pub/gcc/releases/gcc-${_gccver}/gcc-${_gccver}.tar.xz"
"http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2"
)