summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-02-05 13:58:17 +0100
committerMartchus2020-02-05 13:58:17 +0100
commit5ac39fcf2e3ce7aab3eb4012303859d06ed706dc (patch)
treed6c9c932c7e279537b1f7d7f2d1582b2b36eedee
parent3f45dc9ad2afe4baca66658491a0bdd2aeb767b6 (diff)
downloadaur-5ac39fcf2e3ce7aab3eb4012303859d06ed706dc.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 278c6ccca981..584b5c66765b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,7 @@ pkgbase = passwordfile-git
depends = c++utilities-git
depends = openssl
optdepends = passwordfile-doc: API documentation
- source = passwordfile::git://github.com/Martchus/passwordfile.git
+ source = passwordfile::git+https://github.com/Martchus/passwordfile.git
sha256sums = SKIP
pkgname = passwordfile-git
diff --git a/PKGBUILD b/PKGBUILD
index 9e0477444f73..b0142c0e6702 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ checkdepends=('cppunit')
#conflicts=("${_name}")
install=
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() {