dev-python/loguru: fix SRC_URI
authorGeorgy Yakovlev <gyakovlev@gentoo.org>
Wed, 1 Jan 2020 21:15:32 +0000 (13:15 -0800)
committerGeorgy Yakovlev <gyakovlev@gentoo.org>
Wed, 1 Jan 2020 21:15:51 +0000 (13:15 -0800)
Closes: https://bugs.gentoo.org/704434
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
dev-python/loguru/loguru-0.4.0.ebuild

index 6ce0aff16de160ab2ede8ba4715aac90a1991a7a..aed8f0048adfab64b9a86ab43c72bdb9820de134 100644 (file)
@@ -9,7 +9,7 @@ inherit distutils-r1
 
 DESCRIPTION="Python logging made (stupidly) simple"
 HOMEPAGE="https://github.com/Delgan/loguru"
-SRC_URI="https://github.com/Delgan/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/Delgan/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"