summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime “pep” Buquet2017-08-29 22:47:29 +0100
committerMaxime “pep” Buquet2017-08-29 22:47:29 +0100
commitc59697696ce7d1619dd395cc644a94be5c43a189 (patch)
tree8b2b5c01c870f5d7efd94eae6f3391cc804802d5
parentb004037cd3489c2c5ae1a6a0ff45073d20a9223d (diff)
downloadaur-c59697696ce7d1619dd395cc644a94be5c43a189.tar.gz
Use https endpoint as source
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d1769fbd619..d92b081e5de4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,7 +19,7 @@ pkgbase = movim-git
provides = movim
backup = etc/webapps/movim/db.inc.php
backup = etc/default/movim
- source = movim::git://github.com/movim/movim
+ source = movim::git+https://github.com/movim/movim
source = movim.env
source = movim.service
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 77c00eb23416..50f4e457bbb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ optdepends=('postgresql: to use the postgresql database backend'
'apache: reverse proxy'
'php-fpm: PHP FactCGI process manager')
makedepends=('git' 'composer')
-source=("$_pkgbase::git://github.com/movim/movim"
+source=("$_pkgbase::git+https://github.com/movim/movim"
movim.env
movim.service)
install=movim.install