From 196fd52d895e04c47b9115fb42d814ebb0c72961 Mon Sep 17 00:00:00 2001 From: nfnty Date: Thu, 21 Jul 2016 01:01:05 +0200 Subject: [PATCH] Use HTTPS --- .SRCINFO | 6 +++--- PKGBUILD | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 4e4666f..4f8171b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,10 +1,10 @@ # Generated by mksrcinfo v8 -# Sat Jun 25 09:58:14 UTC 2016 +# Wed Jul 20 23:00:49 UTC 2016 pkgbase = qt5-styleplugins pkgdesc = Additional style plugins for Qt5 pkgver = 5.0.0 pkgrel = 1 - url = http://code.qt.io/cgit/qt/qtstyleplugins + url = https://code.qt.io/cgit/qt/qtstyleplugins arch = i686 arch = x86_64 license = LGPL @@ -15,7 +15,7 @@ pkgbase = qt5-styleplugins depends = libx11 provides = qt5-styleplugins conflicts = qt5-styleplugins - source = qtstyleplugins::git+http://code.qt.io/cgit/qt/qtstyleplugins.git#commit=5f2549b016b8da89160d6e2184ea83627bff92d6 + source = qtstyleplugins::git+https://code.qt.io/cgit/qt/qtstyleplugins.git#commit=5f2549b016b8da89160d6e2184ea83627bff92d6 sha512sums = SKIP pkgname = qt5-styleplugins diff --git a/PKGBUILD b/PKGBUILD index 1168187..b503a48 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgdesc='Additional style plugins for Qt5' pkgver='5.0.0' pkgrel='1' arch=('i686' 'x86_64') -url="http://code.qt.io/cgit/qt/${srcname}" +url="https://code.qt.io/cgit/qt/${srcname}" license=('LGPL') depends=('qt5-base' 'gconf' 'gtk2' 'libx11')