summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVicente Bergas2017-07-31 21:20:31 +0200
committerVicente Bergas2017-07-31 21:20:31 +0200
commit9ec1fb9a1c84160c2cc526e6dc5e4752d4133614 (patch)
treefb2417bb00269f077e2889d28c73d81fdaaca5b5 /PKGBUILD
parent073f9c1b72e7730cfced725f7c4f78b878f851ed (diff)
downloadaur-9ec1fb9a1c84160c2cc526e6dc5e4752d4133614.tar.gz
Update git tag
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6db09c97699e..1de5e96a8a24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=ghdl
pkgver=0.34
-pkgrel=1
+pkgrel=2
_gccver=7.1.0
_islver=0.18
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ install=ghdl.install
options=(!emptydirs staticlibs)
source=(
- "git+https://github.com/tgingold/ghdl#tag=v${pkgver}"
+ "git+https://github.com/tgingold/ghdl#tag=GHDL-v${pkgver}"
"https://gcc.gnu.org/pub/gcc/releases/gcc-${_gccver}/gcc-${_gccver}.tar.bz2"
"http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2"
)