[arch-commits] Commit in subsurface/trunk (PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Tue Nov 1 22:10:03 UTC 2016


    Date: Tuesday, November 1, 2016 @ 22:10:03
  Author: bisson
Revision: 194300

add https

Modified:
  subsurface/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-01 22:09:58 UTC (rev 194299)
+++ PKGBUILD	2016-11-01 22:10:03 UTC (rev 194300)
@@ -7,7 +7,7 @@
 pkgver=4.5.6
 pkgrel=3
 pkgdesc='Divelog program'
-url='http://subsurface-divelog.org/'
+url='https://subsurface-divelog.org/'
 license=('GPL2')
 arch=('i686' 'x86_64')
 makedepends=('cmake' 'asciidoc')
@@ -14,7 +14,7 @@
 depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
          'subsurface-libdc' 'subsurface-marble'
          'qt5-connectivity' 'grantlee')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz")
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz")
 sha1sums=('db74614fe66da19f8a07a375551e1ef032291b4a')
 
 prepare() {



More information about the arch-commits mailing list