Date: Tuesday, May 7, 2019 @ 20:52:59
  Author: arojas
Revision: 352758

https

Modified:
  ocaml-topkg/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-05-07 20:52:30 UTC (rev 352757)
+++ PKGBUILD    2019-05-07 20:52:59 UTC (rev 352758)
@@ -4,11 +4,11 @@
 pkgrel=2
 pkgdesc="A packager for distributing OCaml software"
 arch=('x86_64')
-url="http://erratique.ch/software/topkg";
+url="https://erratique.ch/software/topkg";
 license=('BSD')
 depends=('ocaml' 'ocaml-result')
 makedepends=('ocaml-findlib' 'ocamlbuild' 'opam' 'ocaml-compiler-libs')
-source=("http://erratique.ch/software/topkg/releases/topkg-${pkgver}.tbz";)
+source=("https://erratique.ch/software/topkg/releases/topkg-${pkgver}.tbz";)
 md5sums=('8978a0595db1a22e4251ec62735d4b84')
 
 build() {

Reply via email to