summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrien Prost-Boucle2022-03-29 18:14:37 +0200
committerAdrien Prost-Boucle2022-03-29 18:14:37 +0200
commit706256e45e2304c87335c798b06193ac3050e25a (patch)
treedd04561b5a7d0ce9cd5a5a51e8bc36a2cf143f77
parent8abe54da308e7f58c036fd82625487d831999f09 (diff)
downloadaur-706256e45e2304c87335c798b06193ac3050e25a.tar.gz
Update github url
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2996f110012e..9cdae4cc15b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ghdl-gcc-git
pkgdesc = VHDL simulator - GCC back-end
- pkgver = 2.0.0dev.r6833.g1f3b1857b
+ pkgver = 3.0.0dev.r7048.g7028d03e5
pkgrel = 1
url = https://github.com/ghdl/ghdl
install = ghdl.install
@@ -14,14 +14,14 @@ pkgbase = ghdl-gcc-git
license = GPL2
makedepends = git
depends = gcc-ada
- provides = ghdl=2.0.0dev.r6833.g1f3b1857b
- provides = ghdl-git=2.0.0dev.r6833.g1f3b1857b
+ provides = ghdl=3.0.0dev.r7048.g7028d03e5
+ provides = ghdl-git=3.0.0dev.r7048.g7028d03e5
conflicts = ghdl
conflicts = ghdl-llvm-git
conflicts = ghdl-mcode-git
options = !emptydirs
options = staticlibs
- source = ghdl::git://github.com/ghdl/ghdl.git
+ source = ghdl::git+https://github.com/ghdl/ghdl.git
source = https://gcc.gnu.org/pub/gcc/releases/gcc-11.2.0/gcc-11.2.0.tar.xz
source = https://gcc.gnu.org/pub/gcc/infrastructure/isl-0.24.tar.bz2
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7e554031776c..a135430a07fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adrien Prost-Boucle <adrien.prost-boucle@laposte.net>
pkgname=ghdl-gcc-git
-pkgver=2.0.0dev.r6833.g1f3b1857b
+pkgver=3.0.0dev.r7048.g7028d03e5
pkgrel=1
arch=('x86_64' 'i686' 'pentium4' 'arm' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='VHDL simulator - GCC back-end'
@@ -19,7 +19,7 @@ _gccver=11.2.0
_islver=0.24
source=(
- "ghdl::git://github.com/ghdl/ghdl.git"
+ "ghdl::git+https://github.com/ghdl/ghdl.git"
"https://gcc.gnu.org/pub/gcc/releases/gcc-${_gccver}/gcc-${_gccver}.tar.xz"
"https://gcc.gnu.org/pub/gcc/infrastructure/isl-${_islver}.tar.bz2"
)