summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eaa8ed3a3ad1..d72d8ebd5a63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ghdl-mcode-git
pkgdesc = VHDL simulator - mcode back-end
pkgver = 2.0.0dev.r6945.gaee3585af
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ghdl/ghdl
arch = x86_64
arch = i686
@@ -21,7 +21,7 @@ pkgbase = ghdl-mcode-git
conflicts = ghdl
conflicts = ghdl-gcc-git
conflicts = ghdl-llvm-git
- source = ghdl::git://github.com/ghdl/ghdl.git
+ source = ghdl::git+https://github.com/ghdl/ghdl.git
sha256sums = SKIP
pkgname = ghdl-mcode-git
diff --git a/PKGBUILD b/PKGBUILD
index 0de283e8f076..b2f844e9e508 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ghdl-mcode-git
pkgver=2.0.0dev.r6945.gaee3585af
-pkgrel=2
+pkgrel=3
arch=('x86_64' 'i686' 'pentium4')
pkgdesc='VHDL simulator - mcode back-end'
url='https://github.com/ghdl/ghdl'
@@ -21,7 +21,7 @@ optdepends=(
)
source=(
- "ghdl::git://github.com/ghdl/ghdl.git"
+ "ghdl::git+https://github.com/ghdl/ghdl.git"
)
sha256sums=('SKIP')