From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 37AF6158094 for ; Fri, 5 Aug 2022 17:05:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9D37E0AC7; Fri, 5 Aug 2022 17:05:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 359EBE0AC7 for ; Fri, 5 Aug 2022 17:05:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 233FF34069F for ; Fri, 5 Aug 2022 17:05:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7533A551 for ; Fri, 5 Aug 2022 17:05:48 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1659719093.20d82e896ccd3f86838461972e7753a9313369a0.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/teamspeak-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/teamspeak-client/teamspeak-client-5.0.0_beta70.ebuild X-VCS-Directories: media-sound/teamspeak-client/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 20d82e896ccd3f86838461972e7753a9313369a0 X-VCS-Branch: master Date: Fri, 5 Aug 2022 17:05:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0417dfe4-630b-4216-9f30-26e8b947ea14 X-Archives-Hash: 70388f8344f5854a48c2da20949ea309 commit: 20d82e896ccd3f86838461972e7753a9313369a0 Author: Conrad Kostecki gentoo org> AuthorDate: Fri Aug 5 17:04:53 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Aug 5 17:04:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d82e89 media-sound/teamspeak-client: fix SRC_URI Closes: https://bugs.gentoo.org/863635 Signed-off-by: Conrad Kostecki gentoo.org> media-sound/teamspeak-client/teamspeak-client-5.0.0_beta70.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index e5b34416c3c0..8d989b8a4bf9 100644 --- a/media-sound/teamspeak-client/teamspeak-client-5.0.0_beta70.ebuild +++ b/media-sound/teamspeak-client/teamspeak-client-5.0.0_beta70.ebuild @@ -7,7 +7,7 @@ inherit desktop xdg-utils DESCRIPTION="A client software for quality voice communication via the internet" HOMEPAGE="https://www.teamspeak.com/" -SRC_URI="https://files.teamspeak-services.com/pre_releases/client/${PV/-/_}/teamspeak-client.tar.gz -> ${P}.tar.gz" +SRC_URI="https://files.teamspeak-services.com/pre_releases/client/${PV/_/-}/teamspeak-client.tar.gz -> ${P}.tar.gz" S="${WORKDIR}" KEYWORDS=""