summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornfnty2016-07-21 01:01:42 +0200
committernfnty2016-07-21 01:01:42 +0200
commit71c1b3518e6edc27ed01609ec905a71a664e4f4f (patch)
tree1a329af5fbf3e41739293800899a1b5fa9441e74
parent6ab349be49defd1722dd207b0129bc6f98a25882 (diff)
downloadaur-71c1b3518e6edc27ed01609ec905a71a664e4f4f.tar.gz
Use HTTPS
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e58fb0110d3..5ba4150070ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Sat Jun 25 09:42:50 UTC 2016
+# Wed Jul 20 23:01:31 UTC 2016
pkgbase = qt5-styleplugins-git
pkgdesc = Additional style plugins for Qt5
pkgver = r1
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,8 @@ pkgbase = qt5-styleplugins-git
depends = libx11
provides = qt5-styleplugins
conflicts = qt5-styleplugins
- source = qtstyleplugins::git+http://code.qt.io/cgit/qt/qtstyleplugins.git
+ source = qtstyleplugins::git+https://code.qt.io/cgit/qt/qtstyleplugins.git
sha512sums = SKIP
pkgname = qt5-styleplugins-git
+
diff --git a/PKGBUILD b/PKGBUILD
index 2efb12ec945f..29f3f5258548 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc='Additional style plugins for Qt5'
pkgver='r1'
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')