summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonidas Spyropoulos2016-12-03 10:33:00 +0000
committerLeonidas Spyropoulos2016-12-03 10:33:00 +0000
commitcc683d2e6cdf0ae3ffc458fb657b7fa3588c5e59 (patch)
treea7048c3a84a5aa3bc9f86a9752435ca5e400e292
parentc44346b302ee2cca4be2fd26c459b360e7a2bcbc (diff)
downloadaur-cc683d2e6cdf0ae3ffc458fb657b7fa3588c5e59.tar.gz
Use git over HTTPS
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 233e5f7cc338..68d5990142f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Nov 14 19:30:46 UTC 2016
+# Sat Dec 3 10:33:00 UTC 2016
pkgbase = caatinga-git
pkgdesc = A command line backup program written in Python - Git Version
pkgver = 1.1.1.r2.g4821af9
@@ -11,7 +11,7 @@ pkgbase = caatinga-git
depends = python2-distribute
provides = caatinga
conflicts = caatinga
- source = git://github.com/headmastersquall/caatinga
+ source = git+https://github.com/headmastersquall/caatinga
sha256sums = SKIP
pkgname = caatinga-git
diff --git a/PKGBUILD b/PKGBUILD
index b9b633fcdd56..b361aa2c2cdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=('python2-distribute')
makedepends=('git')
conflicts=('caatinga')
provides=('caatinga')
-source=('git://github.com/headmastersquall/caatinga')
+source=('git+https://github.com/headmastersquall/caatinga')
sha256sums=('SKIP')
pkgver() {