From f3959bbff6921a310e5bb8c181e4b20f6478e8ce Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Sat, 27 Feb 2021 20:12:01 +0100 Subject: [PATCH] net-misc/ris-pydot-graph: Correcting SRC_URI Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alarig Le Lay --- net-misc/ris-pydot-graph/Manifest | 2 +- net-misc/ris-pydot-graph/ris-pydot-graph-0.1.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/ris-pydot-graph/Manifest b/net-misc/ris-pydot-graph/Manifest index a948bd4..d44080f 100644 --- a/net-misc/ris-pydot-graph/Manifest +++ b/net-misc/ris-pydot-graph/Manifest @@ -1 +1 @@ -DIST 0.1.tar.gz 2476219 BLAKE2B e7a99548937b4a5ed0c61d54c77d13f7e21d3b1ee070142caa4b4027c675f879857fcad0b203d2f42dc82116a3ca43d33d8eb339267505ae4589ea22868fd64f SHA512 eadc61afa6a11358d02901608af2e74632d256acebf5083f811996eb9aeb14b030224692fc7f2d294b3707999ef3bd5a72cce2892475a9c530cdd12075935621 +DIST ris-pydot-graph-0.1.tar.gz 2476219 BLAKE2B e7a99548937b4a5ed0c61d54c77d13f7e21d3b1ee070142caa4b4027c675f879857fcad0b203d2f42dc82116a3ca43d33d8eb339267505ae4589ea22868fd64f SHA512 eadc61afa6a11358d02901608af2e74632d256acebf5083f811996eb9aeb14b030224692fc7f2d294b3707999ef3bd5a72cce2892475a9c530cdd12075935621 diff --git a/net-misc/ris-pydot-graph/ris-pydot-graph-0.1.ebuild b/net-misc/ris-pydot-graph/ris-pydot-graph-0.1.ebuild index 28ede40..b5d099c 100644 --- a/net-misc/ris-pydot-graph/ris-pydot-graph-0.1.ebuild +++ b/net-misc/ris-pydot-graph/ris-pydot-graph-0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ inherit python-r1 DESCRIPTION="Draw a graph from RIS BGP data" HOMEPAGE="https://git.grifon.fr/alarig/ris-pydot-graph" -SRC_URI="https://git.grifon.fr/alarig/${PN}/archive/0.1.tar.gz" +SRC_URI="https://git.grifon.fr/alarig/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0"