summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Anderson2017-11-29 09:10:20 +0000
committerAndrew Anderson2017-11-29 09:10:20 +0000
commitc6491a4db2ef578496163f24324ace33b05acf6a (patch)
treecdf8fb7ea82bed44be57763c8dc7b11105f7910e
parent81fbaeac94933b05a118185131939457cf39ba59 (diff)
downloadaur-c6491a4db2ef578496163f24324ace33b05acf6a.tar.gz
Use https transport for git clone
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf6ff13c9350..b1e5f59ceda8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = mkl-dnn
makedepends = git
makedepends = cmake>=2.8
makedepends = doxygen>=1.8.5
- source = git://github.com/01org/mkl-dnn.git
+ source = git+https://github.com/01org/mkl-dnn.git
sha1sums = SKIP
pkgname = mkl-dnn
diff --git a/PKGBUILD b/PKGBUILD
index 49282aa373ea..f9b91fc66b51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ backup=()
options=()
install=
changelog=
-source=("git://github.com/01org/mkl-dnn.git")
+source=("git+https://github.com/01org/mkl-dnn.git")
sha1sums=('SKIP')
build() {