summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVicente Bergas2017-08-17 17:07:46 +0200
committerVicente Bergas2017-08-17 17:07:46 +0200
commit79e56f393a0046ed054a06c142ece6a87b3ad686 (patch)
tree82d799fcc5629fc17d4f72d736336fd19a28713a
parent95c0cd78ef242d42ca48951137da8b7918f9faf1 (diff)
downloadaur-79e56f393a0046ed054a06c142ece6a87b3ad686.tar.gz
Fix tag name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a8c9c281bf6..48e209f1d325 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = ghdl
makedepends = git
options = !emptydirs
options = staticlibs
- source = git+https://github.com/tgingold/ghdl#tag=GHDL-0.34
+ source = git+https://github.com/tgingold/ghdl#tag=v0.34
source = https://gcc.gnu.org/pub/gcc/releases/gcc-7.2.0/gcc-7.2.0.tar.xz
source = http://isl.gforge.inria.fr/isl-0.18.tar.bz2
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f24c8ce648f3..4fd21553ef69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ install=ghdl.install
options=(!emptydirs staticlibs)
source=(
- "git+https://github.com/tgingold/ghdl#tag=GHDL-${pkgver}"
+ "git+https://github.com/tgingold/ghdl#tag=v${pkgver}"
"https://gcc.gnu.org/pub/gcc/releases/gcc-${_gccver}/gcc-${_gccver}.tar.xz"
"http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2"
)