summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrien Prost-Boucle2021-03-03 08:39:12 +0100
committerAdrien Prost-Boucle2021-03-03 08:39:12 +0100
commite0cfbb961e54daadd98c37a1565685dc56971258 (patch)
treea305cbf97f36a479965b8b58dd832efdadbea1b8
parent4c96a93e568900d9fd9311e8865cf5261181ce8f (diff)
downloadaur-e0cfbb961e54daadd98c37a1565685dc56971258.tar.gz
Fix gcc-ada dependency + update version of sources
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD13
2 files changed, 16 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b149cfe5bbec..9f5502141175 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,28 +1,28 @@
# Generated by mksrcinfo v8
-# Sat Apr 25 08:26:59 UTC 2020
+# Tue Mar 2 21:20:32 UTC 2021
pkgbase = ghdl-gcc-git
pkgdesc = VHDL simulator - GCC back-end
- pkgver = 1.0dev.r4995.g43263a95
+ pkgver = 2.0.0dev.r6030.ga03aeddd
pkgrel = 1
url = https://github.com/ghdl/ghdl
install = ghdl.install
arch = any
license = GPLv2
- makedepends = gcc-ada
makedepends = git
- provides = ghdl=1.0dev.r4995.g43263a95
- provides = ghdl-git=1.0dev.r4995.g43263a95
+ depends = gcc-ada
+ provides = ghdl=2.0.0dev.r6030.ga03aeddd
+ provides = ghdl-git=2.0.0dev.r6030.ga03aeddd
conflicts = ghdl
conflicts = ghdl-llvm-git
conflicts = ghdl-mcode-git
options = !emptydirs
options = staticlibs
source = ghdl::git://github.com/ghdl/ghdl.git
- source = ftp://ftp.gnu.org/gnu/gcc/gcc-9.3.0/gcc-9.3.0.tar.xz
- source = http://isl.gforge.inria.fr/isl-0.22.1.tar.bz2
+ source = ftp://ftp.gnu.org/gnu/gcc/gcc-10.2.0/gcc-10.2.0.tar.xz
+ source = http://isl.gforge.inria.fr/isl-0.23.tar.bz2
sha256sums = SKIP
- sha256sums = 71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1
- sha256sums = 1a668ef92eb181a7c021e8531a3ca89fd71aa1b3744db56f68365ab0a224c5cd
+ sha256sums = b8dd4368bb9c7f0b98188317ee0254dd8cc99d1e3a18d0ff146c855fe16c1d8c
+ sha256sums = c58922c14ae7d0791a77932f377840890f19bc486b653fa64eba7f1026fb214d
pkgname = ghdl-gcc-git
diff --git a/PKGBUILD b/PKGBUILD
index 1f95fc347717..a2a83322a000 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# https://aur.archlinux.org/packages/ghdl/
pkgname=ghdl-gcc-git
-pkgver=1.0dev.r4995.g43263a95
+pkgver=2.0.0dev.r6030.ga03aeddd
pkgrel=1
arch=('any')
pkgdesc='VHDL simulator - GCC back-end'
@@ -12,12 +12,13 @@ license=('GPLv2')
provides=("ghdl=$pkgver" "ghdl-git=$pkgver")
conflicts=('ghdl' 'ghdl-llvm-git' 'ghdl-mcode-git')
-makedepends=('gcc-ada' 'git')
+makedepends=('git')
+depends=('gcc-ada')
install=ghdl.install
options=(!emptydirs staticlibs)
-_gccver=9.3.0
-_islver=0.22.1
+_gccver=10.2.0
+_islver=0.23
source=(
"ghdl::git://github.com/ghdl/ghdl.git"
@@ -26,8 +27,8 @@ source=(
)
sha256sums=(
'SKIP'
- '71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1'
- '1a668ef92eb181a7c021e8531a3ca89fd71aa1b3744db56f68365ab0a224c5cd'
+ 'b8dd4368bb9c7f0b98188317ee0254dd8cc99d1e3a18d0ff146c855fe16c1d8c'
+ 'c58922c14ae7d0791a77932f377840890f19bc486b653fa64eba7f1026fb214d'
)
pkgver() {