summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-12-01 23:24:40 +0100
committerBaptiste Jonglez2016-12-01 23:24:40 +0100
commiteb184a3f94561f7f7e70dcc9346632763892e571 (patch)
treeb777dcfcd73ee3f80649fd2b8c2b0d6f8776c7c1 /PKGBUILD
parent7f1c3e228b08e44ce45e831463c068d2a71df598 (diff)
downloadaur-coq-doc.tar.gz
all: switch to HTTPS when available
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dfb07230cd98..031d5b1415eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ pkgver=8.4pl6
pkgrel=2
pkgdesc='HTML documentation for coq, a formal proof management system.'
arch=('any')
-url='http://coq.inria.fr/'
+url='https://coq.inria.fr/'
license=('GPL')
options=('!emptydirs')
-source=("coq-refman-${pkgver}.tar.gz::http://coq.inria.fr/distrib/V$pkgver/files/refman.tar.gz"
- "coq-stdlib-${pkgver}.tar.gz::http://coq.inria.fr/distrib/V$pkgver/files/stdlib.tar.gz")
+source=("coq-refman-${pkgver}.tar.gz::https://coq.inria.fr/distrib/V$pkgver/files/refman.tar.gz"
+ "coq-stdlib-${pkgver}.tar.gz::https://coq.inria.fr/distrib/V$pkgver/files/stdlib.tar.gz")
md5sums=('f926cf1938b1ab5eabba7a9640d08258'
'e9d908bd87c1a5c3bb8a8ae863fc94fe')