summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange2022-03-16 18:18:29 +0100
committerThomas Lange2022-03-16 18:18:29 +0100
commitbf7c6d2061bae5fa3b97b2d9c032b0937986f450 (patch)
tree69c9a1ed73063b54b32078d3658ac9a20aed8ec6
parent5854a5a6d5458e5f16c582dcb40e7c9cf071765a (diff)
downloadaur-bf7c6d2061bae5fa3b97b2d9c032b0937986f450.tar.gz
Use https for git
See also: https://github.blog/2021-09-01-improving-git-protocol-security-github/
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17719a1fbb16..8d2ef3feee4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -40,7 +40,7 @@ pkgbase = audacious-plugins-git
depends = qt5-x11extras
provides = audacious-plugins
conflicts = audacious-plugins
- source = git://github.com/audacious-media-player/audacious-plugins.git
+ source = git+https://github.com/audacious-media-player/audacious-plugins.git
sha256sums = SKIP
pkgname = audacious-plugins-git
diff --git a/PKGBUILD b/PKGBUILD
index 0528b7b361e8..c42619f6fcfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ depends=('audacious-git'
'libvorbis' 'lirc' 'mpg123' 'neon' 'wavpack' 'libbs2b' 'libopenmpt'
'qt5-x11extras')
makedepends=('glib2' 'python' 'git')
-source=("git://github.com/audacious-media-player/$_pkgname.git")
+source=("git+https://github.com/audacious-media-player/$_pkgname.git")
sha256sums=('SKIP')
if [ "$_use_meson" = 1 ]; then