net-p2p/transmission: update live ebuild
authorMike Gilbert <floppym@gentoo.org>
Sun, 27 May 2018 23:15:43 +0000 (19:15 -0400)
committerMike Gilbert <floppym@gentoo.org>
Sun, 27 May 2018 23:15:43 +0000 (19:15 -0400)
net-p2p/transmission/transmission-9999.ebuild

index c81c8b0942faa9190c27179aa4e5af763090e176..392d8cb5bf3ec48f2aab50acd160a0baeee67ad5 100644 (file)
@@ -9,8 +9,8 @@ if [[ ${PV} == 9999 ]]; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/transmission/transmission"
 else
-       SRC_URI="https://github.com/transmission/transmission/archive/${PV}.tar.gz -> ${P}.tar.gz"
-       KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux"
+       SRC_URI="https://github.com/transmission/transmission-releases/raw/master/${P}.tar.xz"
+       KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux"
 fi
 
 DESCRIPTION="A fast, easy, and free BitTorrent client"