summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-02-05 13:57:12 +0100
committerMartchus2020-02-05 13:57:12 +0100
commit8db929a5aa8275cfaec11cd60e2f27789dc6d582 (patch)
tree5abcd669d47f100e2d76d01348a3bb8afd361800
parent6c223ad524bdee43b833f7ef945bb8a9e7131287 (diff)
downloadaur-8db929a5aa8275cfaec11cd60e2f27789dc6d582.tar.gz
Use https
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5907be414037..42675fdacf7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = c++utilities-git
makedepends = cmake
makedepends = git
optdepends = c++utilities-doc: API documentation
- source = cpp-utilities::git://github.com/Martchus/cpp-utilities.git
+ source = cpp-utilities::git+https://github.com/Martchus/cpp-utilities.git
sha256sums = SKIP
pkgname = c++utilities-git
diff --git a/PKGBUILD b/PKGBUILD
index 1bc630b42cec..076caf93bdec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ checkdepends=('cppunit')
#provides=("${_name}")
#conflicts=("${_name}")
url="https://github.com/Martchus/${_reponame}"
-source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git://github.com/Martchus}/${_reponame}.git")
+source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git+https://github.com/Martchus}/${_reponame}.git")
sha256sums=('SKIP')
pkgver() {