dev-ml/ocplib-simplex: Fix SRC_URI
authorTupone Alfredo <tupone@gentoo.org>
Thu, 25 Jul 2019 19:35:00 +0000 (21:35 +0200)
committerTupone Alfredo <tupone@gentoo.org>
Thu, 25 Jul 2019 19:35:00 +0000 (21:35 +0200)
Closes: https://bugs.gentoo.org/690710
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

dev-ml/ocplib-simplex/ocplib-simplex-0.4.ebuild

index bfb95bacade31638101d1dc951aabbdd31cba845..eb9269280d7926323656701191a76a5ce097b97c 100644 (file)
@@ -7,7 +7,7 @@ inherit autotools findlib multilib
 
 DESCRIPTION="A library implementing a simplex algorithm"
 HOMEPAGE="https://github.com/OCamlPro-Iguernlala/ocplib-simplex"
-SRC_URI="https://github.com/OCamlPro-Iguernlala/${PN}/archive/${PV}.tar.gz
+SRC_URI="https://github.com/OCamlPro-Iguernlala/${PN}/archive/v${PV}.tar.gz
        -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1-with-linking-exception"