summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Szczuczko2015-11-25 17:49:25 +0000
committerAlex Szczuczko2015-11-25 17:49:25 +0000
commitcdffbbfd0406b6db5fffb704b9b7e868b3dcd54c (patch)
treea1616099906f5bb842c8cf972b93392017a62763
parent237d1e73712594dfc92f65b03b7a6f71f10a4d6e (diff)
downloadaur-ceylon-git.tar.gz
Use HTTPS to clone instead of HTTP
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd726c440814..4fc19bb08598 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = ceylon-git
depends = java-environment>=7
depends = bash
optdepends = nodejs: for JavaScript interoperability
- source = ceylon-git::git+http://github.com/ceylon/ceylon.git#branch=master
+ source = ceylon-git::git+https://github.com/ceylon/ceylon.git#branch=master
sha256sums = SKIP
pkgname = ceylon-git
diff --git a/PKGBUILD b/PKGBUILD
index cb0c6854d393..183629184d89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=("Apache" "custom:GPL-CP" "LGPL")
depends=("java-environment>=7" "bash")
makedepends=("git" "apache-ant")
optdepends=("nodejs: for JavaScript interoperability")
-source=("ceylon-git::git+http://github.com/ceylon/ceylon.git#branch=master")
+source=("ceylon-git::git+https://github.com/ceylon/ceylon.git#branch=master")
sha256sums=("SKIP")
pkgver() {