summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange2022-03-16 18:15:52 +0100
committerThomas Lange2022-03-16 18:16:45 +0100
commita14a7e3c0b2d89ef3cb080eea45af2a097a8aa6b (patch)
treeeb2a2abaec3da8e28591a0983f3bdd784515c831
parent5c652bdac37ce89d39375c817ac5bd985d41f66a (diff)
downloadaur-a14a7e3c0b2d89ef3cb080eea45af2a097a8aa6b.tar.gz
Use https for git
See also: https://github.blog/2021-09-01-improving-git-protocol-security-github/
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10f4236646f6..e6e689401b5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = audacious-git
pkgdesc = Lightweight, advanced audio player focused on audio quality (git version)
- pkgver = 4.1.r1.g499d4f6c2
+ pkgver = 4.2.beta1.r0.ge4755ce26
pkgrel = 1
epoch = 1
url = https://audacious-media-player.org/
@@ -17,8 +17,7 @@ pkgbase = audacious-git
optdepends = unzip: zipped skins support
provides = audacious
conflicts = audacious
- source = git://github.com/audacious-media-player/audacious.git
+ source = git+https://github.com/audacious-media-player/audacious.git
sha256sums = SKIP
pkgname = audacious-git
-
diff --git a/PKGBUILD b/PKGBUILD
index a89f6864fc8e..c9554a90f495 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _buildstamp='Arch Linux'
_pkgname=audacious
pkgname="$_pkgname-git"
-pkgver=4.1.r1.g499d4f6c2
+pkgver=4.2.beta1.r0.ge4755ce26
pkgrel=1
epoch=1
pkgdesc="Lightweight, advanced audio player focused on audio quality (git version)"
@@ -23,7 +23,7 @@ optdepends=('unzip: zipped skins support')
provides=("$_pkgname")
conflicts=("$_pkgname")
install="$_pkgname.install"
-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