summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrien Prost-Boucle2017-10-12 09:07:21 +0200
committerAdrien Prost-Boucle2017-10-12 09:07:21 +0200
commit6d6b996062a86ea632d7c2d31b46e752ff8679b1 (patch)
tree4d4fb110180377eafa605ac6608b65afcf9a0a52
parent10ab5fab80920b9d6fd65de534202c6680f1bdf2 (diff)
downloadaur-6d6b996062a86ea632d7c2d31b46e752ff8679b1.tar.gz
Use gcc v7.2 because 7.1 incompatible with glibc 2.26
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 552c527c0f81..34338b8b1834 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Aug 19 11:15:51 UTC 2017
+# Thu Oct 12 07:06:39 UTC 2017
pkgbase = ghdl-gcc-git
pkgdesc = VHDL simulator - GCC flavour
- pkgver = 0.35dev.git20170803
+ pkgver = 0.35dev.git20171012
pkgrel = 1
url = https://github.com/tgingold/ghdl
install = ghdl.install
@@ -17,10 +17,10 @@ pkgbase = ghdl-gcc-git
options = !emptydirs
options = staticlibs
source = ghdl::git://github.com/tgingold/ghdl.git
- source = ftp://ftp.gnu.org/gnu/gcc/gcc-7.1.0/gcc-7.1.0.tar.bz2
+ source = ftp://ftp.gnu.org/gnu/gcc/gcc-7.2.0/gcc-7.2.0.tar.xz
source = http://isl.gforge.inria.fr/isl-0.18.tar.bz2
md5sums = SKIP
- md5sums = 6bf56a2bca9dac9dbbf8e8d1036964a8
+ md5sums = ff370482573133a7fcdd96cd2f552292
md5sums = 11436d6b205e516635b666090b94ab32
pkgname = ghdl-gcc-git
diff --git a/PKGBUILD b/PKGBUILD
index 6c039ab31fe9..189bcd02605f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# https://aur.archlinux.org/packages/ghdl/
pkgname=ghdl-gcc-git
-pkgver=0.35dev.git20170803
+pkgver=0.35dev.git20171012
pkgrel=1
arch=('any')
pkgdesc='VHDL simulator - GCC flavour'
@@ -16,17 +16,17 @@ makedepends=('gcc-ada' 'git')
install=ghdl.install
options=(!emptydirs staticlibs)
-_gccver=7.1.0
+_gccver=7.2.0
_islver=0.18
source=(
"ghdl::git://github.com/tgingold/ghdl.git"
- "ftp://ftp.gnu.org/gnu/gcc/gcc-${_gccver}/gcc-${_gccver}.tar.bz2"
+ "ftp://ftp.gnu.org/gnu/gcc/gcc-${_gccver}/gcc-${_gccver}.tar.xz"
"http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2"
)
md5sums=(
'SKIP'
- '6bf56a2bca9dac9dbbf8e8d1036964a8'
+ 'ff370482573133a7fcdd96cd2f552292'
'11436d6b205e516635b666090b94ab32'
)