Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/teamspeak-client/
Date: Fri, 05 Aug 2022 17:05:53
Message-Id: 1659719093.20d82e896ccd3f86838461972e7753a9313369a0.conikost@gentoo
1 commit: 20d82e896ccd3f86838461972e7753a9313369a0
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 5 17:04:53 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 5 17:04:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d82e89
7
8 media-sound/teamspeak-client: fix SRC_URI
9
10 Closes: https://bugs.gentoo.org/863635
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 media-sound/teamspeak-client/teamspeak-client-5.0.0_beta70.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-sound/teamspeak-client/teamspeak-client-5.0.0_beta70.ebuild b/media-sound/teamspeak-client/teamspeak-client-5.0.0_beta70.ebuild
17 index e5b34416c3c0..8d989b8a4bf9 100644
18 --- a/media-sound/teamspeak-client/teamspeak-client-5.0.0_beta70.ebuild
19 +++ b/media-sound/teamspeak-client/teamspeak-client-5.0.0_beta70.ebuild
20 @@ -7,7 +7,7 @@ inherit desktop xdg-utils
21
22 DESCRIPTION="A client software for quality voice communication via the internet"
23 HOMEPAGE="https://www.teamspeak.com/"
24 -SRC_URI="https://files.teamspeak-services.com/pre_releases/client/${PV/-/_}/teamspeak-client.tar.gz -> ${P}.tar.gz"
25 +SRC_URI="https://files.teamspeak-services.com/pre_releases/client/${PV/_/-}/teamspeak-client.tar.gz -> ${P}.tar.gz"
26 S="${WORKDIR}"
27
28 KEYWORDS=""