summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVicente Bergas2018-06-03 00:55:03 +0200
committerVicente Bergas2018-06-03 00:55:03 +0200
commit5eb2ab8704c6715c47d864a8e076b09e75a6a568 (patch)
treeb9af883cde8761d502215cbeb102e8703f2f04e2
parentd5786e8a79cc0b778d1781f8dbf4aba014a4858c (diff)
downloadaur-5eb2ab8704c6715c47d864a8e076b09e75a6a568.tar.gz
Update to a working version for gcc-ada 8.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fcea724b670..a14122cce1c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ghdl
pkgdesc = VHDL simulator
pkgver = 0.35
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ghdl/ghdl
install = ghdl.install
arch = aarch64
@@ -11,7 +11,7 @@ pkgbase = ghdl
makedepends = git
options = !emptydirs
options = staticlibs
- source = git+https://github.com/ghdl/ghdl#tag=v0.35
+ source = git+https://github.com/ghdl/ghdl#commit=319092de002423fcd5f624d2f026176503ab6018
source = https://gcc.gnu.org/pub/gcc/releases/gcc-7.3.0/gcc-7.3.0.tar.xz
source = http://isl.gforge.inria.fr/isl-0.18.tar.bz2
sha256sums = SKIP
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"
)