commit:     52d6c06833b4a55aae3af4408570c5839bbced33
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 20 20:18:42 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Mar 20 20:32:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d6c068

media-sound/mumble: Prepare live ebuild for 1.3.0_rc* releases.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 media-sound/mumble/mumble-9999.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/media-sound/mumble/mumble-9999.ebuild 
b/media-sound/mumble/mumble-9999.ebuild
index 1b3d0c7ac3a..d15c4124e79 100644
--- a/media-sound/mumble/mumble-9999.ebuild
+++ b/media-sound/mumble/mumble-9999.ebuild
@@ -15,9 +15,10 @@ else
        if [[ "${PV}" == *_pre* ]] ; then
                SRC_URI="https://dev.gentoo.org/~polynomial-c/dist/${P}.tar.xz";
        else
-               MY_P="${PN}-${PV/_/~}"
-               SRC_URI="https://mumble.info/snapshot/${MY_P}.tar.gz";
-               S="${WORKDIR}/${MY_P}"
+               MY_PV="${PV/_/-}"
+               MY_P="${PN}-${MY_PV}"
+               
SRC_URI="https://github.com/mumble-voip/mumble/releases/download/${MY_PV}/${MY_P}.tar.gz";
+               S="${WORKDIR}/${P/_*}"
        fi
        KEYWORDS="~amd64 ~arm64 ~x86"
 fi

Reply via email to