commit: a896841d41bb591d5de8cba4c9d28f509cc3482c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Sep 30 23:17:22 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Sep 30 23:24:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a896841d
sci-biology/treeviewx: fix StaticSrcUri Signed-off-by: Sam James <sam <AT> gentoo.org> sci-biology/treeviewx/treeviewx-0.5.1-r3.ebuild | 4 ++-- 1 file 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"
