media-sound/jack2: correct SRC_URI
authorKarl Linden <karl.j.linden@gmail.com>
Sun, 3 Dec 2017 19:12:34 +0000 (20:12 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Mon, 4 Dec 2017 09:29:51 +0000 (10:29 +0100)
Correct the SRC_URI to the one given at the upstream download page [1].

[1] http://jackaudio.org/downloads/

Package-Manager: Portage-2.3.16, Repoman-2.3.6

media-sound/jack2/jack2-1.9.11_rc1.ebuild

index 4f0738fc56c4fa2b28dbe65cb53f6af395acea90..ca8206fee86933f60fae95d995c2be162aebb652 100644 (file)
@@ -18,7 +18,7 @@ else
        MY_PV="${PV/_rc/-RC}"
        MY_P="${PN}-${MY_PV}"
        S="${WORKDIR}/${MY_P}"
-       SRC_URI="https://github.com/jackaudio/${PN}/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
+       SRC_URI="https://github.com/jackaudio/jack2/releases/download/v${MY_PV}/${MY_P}.tar.gz"
        KEYWORDS="~amd64 ~ppc ~x86"
 fi