diff --git a/arch-repo-manager/git/PKGBUILD b/arch-repo-manager/git/PKGBUILD index 05016d33..ea9c84ed 100644 --- a/arch-repo-manager/git/PKGBUILD +++ b/arch-repo-manager/git/PKGBUILD @@ -20,7 +20,7 @@ options=(!strip) url="https://github.com/Martchus/${_reponame}" source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git+https://github.com/Martchus}/${_reponame}.git" "lmdb-safe::${MARTCHUS_GIT_URL_PREFIX:-git+https://github.com/Martchus}/lmdb-safe.git" - 'tabulate::git://github.com/p-ranav/tabulate.git') + 'tabulate::git+https://github.com/p-ranav/tabulate.git') sha256sums=('SKIP' 'SKIP') pkgver() { diff --git a/bashmarks/custom/PKGBUILD b/bashmarks/custom/PKGBUILD index f9948ab9..882cc424 100644 --- a/bashmarks/custom/PKGBUILD +++ b/bashmarks/custom/PKGBUILD @@ -12,7 +12,7 @@ makedepends=('git') provides=("$_pkgname") conflicts=("$_pkgname") install="$pkgname.install" -source=("git://github.com/Martchus/${_pkgname}.git#branch=adjustments") +source=("git+https://github.com/Martchus/${_pkgname}.git#branch=adjustments") md5sums=('SKIP') pkgver() { diff --git a/midifile/git/PKGBUILD b/midifile/git/PKGBUILD index 245e4df2..217d1686 100644 --- a/midifile/git/PKGBUILD +++ b/midifile/git/PKGBUILD @@ -16,7 +16,7 @@ makedepends=('cmake' 'git') #provides=("${_name}") conflicts=("${_name}") url="http://midifile.sapp.org" -source=("${_reponame}::git://github.com/craigsapp/${_reponame}.git") +source=("${_reponame}::git+https://github.com/craigsapp/${_reponame}.git") sha256sums=('SKIP') pkgver() { diff --git a/mkvtoolnix/git/PKGBUILD b/mkvtoolnix/git/PKGBUILD index 2593b56a..a62e089b 100644 --- a/mkvtoolnix/git/PKGBUILD +++ b/mkvtoolnix/git/PKGBUILD @@ -15,7 +15,7 @@ depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo' 'qt5 makedepends=('boost' 'ruby' 'git') provides=('mkvtoolnix' 'mkvtoolnix-cli' 'mkvtoolnix-gui') conflicts=('mkvtoolnix') -source=("${pkgname}::git://github.com/mbunkus/mkvtoolnix.git") +source=("${pkgname}::git+https://github.com/mbunkus/mkvtoolnix.git") md5sums=('SKIP') pkgver() { diff --git a/networkmanager-sstp/default/PKGBUILD b/networkmanager-sstp/default/PKGBUILD index f5754b27..17777afd 100644 --- a/networkmanager-sstp/default/PKGBUILD +++ b/networkmanager-sstp/default/PKGBUILD @@ -13,7 +13,7 @@ optdepends=('ppp>=2.4.6') options=() makedepends=('git' 'intltool' 'ppp>=2.4.6' 'gawk' 'python') provides=('networkmanager-sstp') -source=("git://github.com/enaess/network-manager-sstp.git#branch=release-$pkgver") +source=("git+https://github.com/enaess/network-manager-sstp.git#branch=release-$pkgver") sha512sums=('SKIP') build() { diff --git a/pi-fm-rds/git/PKGBUILD b/pi-fm-rds/git/PKGBUILD index 5c5699f0..23a40d6f 100644 --- a/pi-fm-rds/git/PKGBUILD +++ b/pi-fm-rds/git/PKGBUILD @@ -20,7 +20,7 @@ makedepends=('git') provides=("${_name}") conflicts=("${_name}") url="https://github.com/ChristopheJacquet/${_reponame}" -source=("${_reponame}::git://github.com/ChristopheJacquet/${_reponame}.git") +source=("${_reponame}::git+https://github.com/ChristopheJacquet/${_reponame}.git") sha256sums=('SKIP') pkgver() { diff --git a/python-colorzero/git/PKGBUILD b/python-colorzero/git/PKGBUILD index 785cc7e2..e6a6a6e3 100644 --- a/python-colorzero/git/PKGBUILD +++ b/python-colorzero/git/PKGBUILD @@ -14,7 +14,7 @@ depends=('python') makedepends=('git' 'python-setuptools') provides=("${_name}") conflicts=("${_name}") -source=("git://github.com/waveform80/${_name2}.git") +source=("git+https://github.com/waveform80/${_name2}.git") sha256sums=('SKIP') pkgver() { diff --git a/python-gpiozero/git/PKGBUILD b/python-gpiozero/git/PKGBUILD index 7bbbdd8b..5c8a6770 100644 --- a/python-gpiozero/git/PKGBUILD +++ b/python-gpiozero/git/PKGBUILD @@ -17,7 +17,7 @@ depends=() makedepends=('git' 'python-setuptools') provides=("${_name}") conflicts=("${_name}") -source=("git://github.com/RPi-Distro/${_name}.git") +source=("git+https://github.com/RPi-Distro/${_name}.git") sha256sums=('SKIP') pkgver() { diff --git a/rpi_ws281x/git/PKGBUILD b/rpi_ws281x/git/PKGBUILD index 378fde0f..0fc0c518 100644 --- a/rpi_ws281x/git/PKGBUILD +++ b/rpi_ws281x/git/PKGBUILD @@ -16,7 +16,7 @@ makedepends=('scons' 'git') provides=("${_name}") conflicts=("${_name}") url="https://github.com/jgarff/${_reponame}" -source=("${_reponame}::git://github.com/jgarff/${_reponame}.git") +source=("${_reponame}::git+https://github.com/jgarff/${_reponame}.git") sha256sums=('SKIP') pkgver() { diff --git a/systray-memory-display/git/PKGBUILD b/systray-memory-display/git/PKGBUILD index b6424349..3299343d 100644 --- a/systray-memory-display/git/PKGBUILD +++ b/systray-memory-display/git/PKGBUILD @@ -16,7 +16,7 @@ makedepends=('qt5-base' 'git') provides=("${_name}") conflicts=("${_name}") url="https://github.com/doublejim/${_reponame}" -source=("${_reponame}::git://github.com/doublejim/${_reponame}.git") +source=("${_reponame}::git+https://github.com/doublejim/${_reponame}.git") sha256sums=('SKIP') pkgver() { diff --git a/ubuntu-latex-fonts/git/PKGBUILD b/ubuntu-latex-fonts/git/PKGBUILD index 6ceb23b8..87d0c05a 100644 --- a/ubuntu-latex-fonts/git/PKGBUILD +++ b/ubuntu-latex-fonts/git/PKGBUILD @@ -15,7 +15,7 @@ depends=('texlive-core') makedepends=('git') optdepends=() conflicts=('ubuntu-latex-fonts') -source=("$pkgname"::'git://github.com/tzwenn/ubuntu-latex-fonts.git') +source=("$pkgname"::'git+https://github.com/tzwenn/ubuntu-latex-fonts.git') md5sums=('SKIP') pkgver() { diff --git a/zuki-themes/git/PKGBUILD b/zuki-themes/git/PKGBUILD index 44358806..b5169919 100644 --- a/zuki-themes/git/PKGBUILD +++ b/zuki-themes/git/PKGBUILD @@ -12,7 +12,7 @@ optdepends=('gnome-themes-standard: required for the GTK3 theme') makedepends=('git') provides=('zukitwo-themes') conflicts=('zukitwo-themes') -source=("$pkgname::git://github.com/lassekongo83/zuki-themes") +source=("$pkgname::git+https://github.com/lassekongo83/zuki-themes") md5sums=('SKIP') pkgver() {