diff options
author | Sam James <sam@gentoo.org> | 2022-10-01 00:15:36 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-01 00:24:26 +0100 |
commit | 5e48cb84efb9f1bdb6e7d268f022498c305f6ef8 (patch) | |
tree | d5bea77480192dbeee21c1575ab260eb8a906fdc /net-p2p/deluge | |
parent | net-p2p/bitcoin-qt: fix StaticSrcUri (diff) | |
download | gentoo-5e48cb84efb9f1bdb6e7d268f022498c305f6ef8.tar.gz gentoo-5e48cb84efb9f1bdb6e7d268f022498c305f6ef8.tar.bz2 gentoo-5e48cb84efb9f1bdb6e7d268f022498c305f6ef8.zip |
net-p2p/deluge: fix StaticSrcUri
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p/deluge')
-rw-r--r-- | net-p2p/deluge/deluge-2.0.5-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/deluge/deluge-2.0.5-r2.ebuild b/net-p2p/deluge/deluge-2.0.5-r2.ebuild index cb1b052dce3e..f7144d94500d 100644 --- a/net-p2p/deluge/deluge-2.0.5-r2.ebuild +++ b/net-p2p/deluge/deluge-2.0.5-r2.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.deluge-torrent.org/${PN}" else - SRC_URI="http://download.deluge-torrent.org/source/2.0/${P}.tar.xz" + SRC_URI="http://download.deluge-torrent.org/source/$(ver_cut 1-2)/${P}.tar.xz" KEYWORDS="amd64 ~arm ~arm64 ~ppc x86" fi |