commit:     a3aca9845a378e0f9ac00472df90a517ae670333
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 21:12:19 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Feb 26 00:54:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3aca984

app-emacs/dockerfile-mode: fix SRC_URI

Closes: https://bugs.gentoo.org/925480
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/dockerfile-mode/dockerfile-mode-1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/dockerfile-mode/dockerfile-mode-1.9.ebuild 
b/app-emacs/dockerfile-mode/dockerfile-mode-1.9.ebuild
index 3d71cecb7ac3..2cc2445b1bf9 100644
--- a/app-emacs/dockerfile-mode/dockerfile-mode-1.9.ebuild
+++ b/app-emacs/dockerfile-mode/dockerfile-mode-1.9.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == *9999* ]] ; then
 
        EGIT_REPO_URI="https://github.com/spotify/${PN}.git";
 else
-       SRC_URI="https://github.com/spotify/${PN}/archive/${PV}.tar.gz
+       SRC_URI="https://github.com/spotify/${PN}/archive/v${PV}.tar.gz
                -> ${P}.tar.gz"
 
        KEYWORDS="~amd64 ~x86"

Reply via email to