summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-02-05 13:57:44 +0100
committerMartchus2020-02-05 13:57:44 +0100
commitd8f00d6c195b324608690e529284e3a48caf48bb (patch)
tree378c5eae56805d34043e8c08d855c44fd0ef988e
parentb14e7a5c31f3ee4d0f2176b2a941eafaf43d7c3a (diff)
downloadaur-d8f00d6c195b324608690e529284e3a48caf48bb.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 7d2ee1c7e9bd..6ce41a69f0a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,7 +23,7 @@ pkgbase = reflective-rapidjson-git
depends = clang<10.0.0
optdepends = boost: use Boost.Hana instead of code generator
optdepends = reflective-rapidjson-doc: API documentation
- source = reflective-rapidjson::git://github.com/Martchus/reflective-rapidjson.git
+ source = reflective-rapidjson::git+https://github.com/Martchus/reflective-rapidjson.git
sha256sums = SKIP
pkgname = reflective-rapidjson-git
diff --git a/PKGBUILD b/PKGBUILD
index 4c02081be209..92e3a6ec7db4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ checkdepends=('cppunit' 'boost')
#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() {