summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecd8810a429e..9689cfc2fd39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,10 +9,9 @@ pkgbase = jsvm-git
makedepends = git
depends = gcc-libs
provides = jsvm
- source = git://github.com/floriandejonckheere/jsvm.git
- source = git://github.com/floriandejonckheere/jsvm-patch.git
+ source = git+https://github.com/floriandejonckheere/jsvm.git
+ source = git+https://github.com/floriandejonckheere/jsvm-patch.git
md5sums = SKIP
md5sums = SKIP
pkgname = jsvm-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 03dc7a4925f9..12e4afc8673f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ license=('custom')
depends=('gcc-libs')
makedepends=('git')
provides=('jsvm')
-source=("git://github.com/floriandejonckheere/${_gitname}.git"
- "git://github.com/floriandejonckheere/${_gitname}-patch.git")
+source=("git+https://github.com/floriandejonckheere/${_gitname}.git"
+ "git+https://github.com/floriandejonckheere/${_gitname}-patch.git")
md5sums=('SKIP'
'SKIP')