diff options
author | Sam James <sam@gentoo.org> | 2022-10-01 00:17:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-01 00:24:27 +0100 |
commit | a896841d41bb591d5de8cba4c9d28f509cc3482c (patch) | |
tree | 8b4900d3eb757b2bfa27e97f9100c8d9cde6a5d6 /sci-biology/treeviewx | |
parent | net-proxy/haproxy-dataplaneapi: fix StaticSrcUri (diff) | |
download | gentoo-a896841d41bb591d5de8cba4c9d28f509cc3482c.tar.gz gentoo-a896841d41bb591d5de8cba4c9d28f509cc3482c.tar.bz2 gentoo-a896841d41bb591d5de8cba4c9d28f509cc3482c.zip |
sci-biology/treeviewx: fix StaticSrcUri
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-biology/treeviewx')
-rw-r--r-- | sci-biology/treeviewx/treeviewx-0.5.1-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/treeviewx/treeviewx-0.5.1-r3.ebuild b/sci-biology/treeviewx/treeviewx-0.5.1-r3.ebuild index 05e25ec750e9..359aa98a784f 100644 --- a/sci-biology/treeviewx/treeviewx-0.5.1-r3.ebuild +++ b/sci-biology/treeviewx/treeviewx-0.5.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ inherit autotools wxwidgets DESCRIPTION="A phylogenetic tree viewer" HOMEPAGE="http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/" -SRC_URI="http://darwin.zoology.gla.ac.uk/~rpage/${PN}/download/0.5/tv-${PV}.tar.gz" +SRC_URI="http://darwin.zoology.gla.ac.uk/~rpage/${PN}/download/$(ver_cut 1-2)/tv-${PV}.tar.gz" S="${WORKDIR}/tv-${PV}" LICENSE="GPL-2" |