summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2022-01-17 17:18:24 +0100
committerXiretza2022-01-17 17:18:24 +0100
commit34e43aa9ebd0c117ab2cf0915ecf1db0958366b0 (patch)
tree1365392467a9f12e28f03553ddaa07f576c6f830
parent9f08cd62a021e057e586d138d1f79a1d08f974e3 (diff)
downloadaur-34e43aa9ebd0c117ab2cf0915ecf1db0958366b0.tar.gz
Use HTTPS instead of git:// for source transport
-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')