From 1e1175d93f4d73b56a032629b89e9e8f483bb504 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 5 Feb 2020 13:52:36 +0100 Subject: [PATCH] Use git+https for Git packages of own projects --- blackwidowcontrol/git/PKGBUILD | 2 +- c++utilities/git/PKGBUILD | 2 +- passwordfile/git/PKGBUILD | 2 +- passwordmanager/git/PKGBUILD | 2 +- qtutilities/git/PKGBUILD | 2 +- reflective-rapidjson/git/PKGBUILD | 2 +- repoindex/git/PKGBUILD | 2 +- syncthingtray/git/PKGBUILD | 2 +- tageditor/git/PKGBUILD | 2 +- tagparser/git/PKGBUILD | 2 +- videodownloader/git/PKGBUILD | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/blackwidowcontrol/git/PKGBUILD b/blackwidowcontrol/git/PKGBUILD index 81c3564c..7c30df2d 100644 --- a/blackwidowcontrol/git/PKGBUILD +++ b/blackwidowcontrol/git/PKGBUILD @@ -15,7 +15,7 @@ makedepends=('git') conflicts=(${_reponame}) provides=(${_reponame}) url="https://github.com/Martchus/${_reponame}" -source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git://github.com/Martchus}/${_reponame}.git") +source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git+https://github.com/Martchus}/${_reponame}.git") sha256sums=('SKIP') pkgver() { diff --git a/c++utilities/git/PKGBUILD b/c++utilities/git/PKGBUILD index 1bc630b4..076caf93 100644 --- a/c++utilities/git/PKGBUILD +++ b/c++utilities/git/PKGBUILD @@ -18,7 +18,7 @@ checkdepends=('cppunit') #provides=("${_name}") #conflicts=("${_name}") url="https://github.com/Martchus/${_reponame}" -source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git://github.com/Martchus}/${_reponame}.git") +source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git+https://github.com/Martchus}/${_reponame}.git") sha256sums=('SKIP') pkgver() { diff --git a/passwordfile/git/PKGBUILD b/passwordfile/git/PKGBUILD index 9e047744..b0142c0e 100644 --- a/passwordfile/git/PKGBUILD +++ b/passwordfile/git/PKGBUILD @@ -19,7 +19,7 @@ checkdepends=('cppunit') #conflicts=("${_name}") install= url="https://github.com/Martchus/${_reponame}" -source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git://github.com/Martchus}/${_reponame}.git") +source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git+https://github.com/Martchus}/${_reponame}.git") sha256sums=('SKIP') pkgver() { diff --git a/passwordmanager/git/PKGBUILD b/passwordmanager/git/PKGBUILD index 52542a3e..bbf6eed9 100644 --- a/passwordmanager/git/PKGBUILD +++ b/passwordmanager/git/PKGBUILD @@ -20,7 +20,7 @@ optdepends=('kirigami2: Qt Quick GUI') provides=("${_name}") conflicts=("${_name}") url="https://github.com/Martchus/${_reponame}" -source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git://github.com/Martchus}/${_reponame}.git") +source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git+https://github.com/Martchus}/${_reponame}.git") sha256sums=('SKIP') # add further dependencies for the Qt Quick GUI (only kirigami2 is "pluggable") diff --git a/qtutilities/git/PKGBUILD b/qtutilities/git/PKGBUILD index 409ce2fd..4f217372 100644 --- a/qtutilities/git/PKGBUILD +++ b/qtutilities/git/PKGBUILD @@ -17,7 +17,7 @@ makedepends=('cmake' 'git' 'qt5-tools') #provides=("${_name}") #conflicts=("${_name}") url="https://github.com/Martchus/${_reponame}" -source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git://github.com/Martchus}/${_reponame}.git") +source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git+https://github.com/Martchus}/${_reponame}.git") sha256sums=('SKIP') pkgver() { diff --git a/reflective-rapidjson/git/PKGBUILD b/reflective-rapidjson/git/PKGBUILD index 4c02081b..92e3a6ec 100644 --- a/reflective-rapidjson/git/PKGBUILD +++ b/reflective-rapidjson/git/PKGBUILD @@ -20,7 +20,7 @@ checkdepends=('cppunit' 'boost') #provides=("${_name}") #conflicts=("${_name}") url="https://github.com/Martchus/${_reponame}" -source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git://github.com/Martchus}/${_reponame}.git") +source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git+https://github.com/Martchus}/${_reponame}.git") sha256sums=('SKIP') pkgver() { diff --git a/repoindex/git/PKGBUILD b/repoindex/git/PKGBUILD index 8b4d53cd..84a2f0be 100644 --- a/repoindex/git/PKGBUILD +++ b/repoindex/git/PKGBUILD @@ -18,7 +18,7 @@ backup=("etc/${_reponame}.conf") #conflicts=("${_name}") url="https://github.com/Martchus/${_reponame}" options=(emptydirs) -source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git://github.com/Martchus}/${_reponame}.git") +source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git+https://github.com/Martchus}/${_reponame}.git") sha256sums=('SKIP') pkgver() { diff --git a/syncthingtray/git/PKGBUILD b/syncthingtray/git/PKGBUILD index e92abbd4..79114044 100644 --- a/syncthingtray/git/PKGBUILD +++ b/syncthingtray/git/PKGBUILD @@ -45,7 +45,7 @@ checkdepends=('cppunit' 'syncthing' 'iproute2') #provides=("${_name}") conflicts=("${_name}") url="https://github.com/Martchus/${_reponame}" -source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git://github.com/Martchus}/${_reponame}.git") +source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git+https://github.com/Martchus}/${_reponame}.git") sha256sums=('SKIP') ephemeral_port() { diff --git a/tageditor/git/PKGBUILD b/tageditor/git/PKGBUILD index 186618d3..eb15292f 100644 --- a/tageditor/git/PKGBUILD +++ b/tageditor/git/PKGBUILD @@ -32,7 +32,7 @@ checkdepends=('cppunit') provides=("${_name}") conflicts=("${_name}") url="https://github.com/Martchus/${_reponame}" -source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git://github.com/Martchus}/${_reponame}.git") +source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git+https://github.com/Martchus}/${_reponame}.git") sha256sums=('SKIP') pkgver() { diff --git a/tagparser/git/PKGBUILD b/tagparser/git/PKGBUILD index 7e5a40ef..5f2f6e3d 100644 --- a/tagparser/git/PKGBUILD +++ b/tagparser/git/PKGBUILD @@ -18,7 +18,7 @@ checkdepends=('cppunit' 'openssl') #provides=("${_name}") #conflicts=("${_name}") url="https://github.com/Martchus/${_reponame}" -source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git://github.com/Martchus}/${_reponame}.git") +source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git+https://github.com/Martchus}/${_reponame}.git") sha256sums=('SKIP') pkgver() { diff --git a/videodownloader/git/PKGBUILD b/videodownloader/git/PKGBUILD index ed1131d0..677bd827 100644 --- a/videodownloader/git/PKGBUILD +++ b/videodownloader/git/PKGBUILD @@ -16,7 +16,7 @@ makedepends=('cmake' 'qt5-tools' 'git' 'mesa') provides=("${_name}") conflicts=("${_name}") url="https://github.com/Martchus/${_reponame}" -source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git://github.com/Martchus}/${_reponame}.git") +source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git+https://github.com/Martchus}/${_reponame}.git") sha256sums=('SKIP') pkgver() {