summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-02-05 13:57:33 +0100
committerMartchus2020-02-05 13:57:33 +0100
commitdbcd1b8ca837abb1d04fbe0205e9ff706d4aac27 (patch)
treea98c9b6f82450e57041b1b2773b81c77a6a8e46b
parent911591f1b1811b7e8a2a1882d0e272faa7ebecb6 (diff)
downloadaur-dbcd1b8ca837abb1d04fbe0205e9ff706d4aac27.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 5ecfbf7e4145..b269a1db9abf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = tagparser-git
depends = c++utilities-git
depends = zlib
optdepends = tagparser-doc: API documentation
- source = tagparser::git://github.com/Martchus/tagparser.git
+ source = tagparser::git+https://github.com/Martchus/tagparser.git
sha256sums = SKIP
pkgname = tagparser-git
diff --git a/PKGBUILD b/PKGBUILD
index 7e5a40ef7f38..5f2f6e3d35c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ checkdepends=('cppunit' 'openssl')
#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() {