From da4a4c6c06a16d25a2f0a36663d5d71e1a979a59 Mon Sep 17 00:00:00 2001 From: nfnty Date: Sun, 30 Oct 2016 22:48:09 +0100 Subject: [PATCH] Updated `source` URL --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3f0f0f2..8d47426 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -13,7 +13,7 @@ pkgbase = qt5-styleplugins depends = libx11 provides = qt5-styleplugins conflicts = qt5-styleplugins - source = qtstyleplugins::git+https://code.qt.io/cgit/qt/qtstyleplugins.git#commit=695d8d5793e86f7ad06b931e2418e02fefc74c09 + source = qtstyleplugins::git+https://code.qt.io/qt/qtstyleplugins.git#commit=695d8d5793e86f7ad06b931e2418e02fefc74c09 sha512sums = SKIP pkgname = qt5-styleplugins diff --git a/PKGBUILD b/PKGBUILD index 2dd9ff6..f0133ae 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -13,7 +13,7 @@ makedepends=('git') provides=("${pkgname[0]%-git}") conflicts=("${pkgname[0]%-git}") -source=("${_srcname}::git+${url}.git#commit=695d8d5793e86f7ad06b931e2418e02fefc74c09") +source=("${_srcname}::git+https://code.qt.io/qt/${_srcname}.git#commit=695d8d5793e86f7ad06b931e2418e02fefc74c09") sha512sums=('SKIP') install='install.sh'