commit: 3094bc1c1a8cc11bb65ee5d21649355a25b0519d
Author: John M. Harris Jr. <johnmh <AT> johnmh <DOT> me>
AuthorDate: Wed Jul 3 02:24:36 2024 +0000
Commit: John M. Harris, Jr. <johnmh <AT> johnmh <DOT> me>
CommitDate: Wed Jul 3 02:24:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3094bc1c
gui-apps/hyprshade: Fix SRC_URI, 9999
Signed-off-by: John M. Harris Jr. <johnmh <AT> johnmh.me>
gui-apps/hyprshade/hyprshade-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/hyprshade/hyprshade-9999.ebuild
b/gui-apps/hyprshade/hyprshade-9999.ebuild
index 64047185e..e71b05a5c 100644
--- a/gui-apps/hyprshade/hyprshade-9999.ebuild
+++ b/gui-apps/hyprshade/hyprshade-9999.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == "9999" ]]; then
EGIT_REPO_URI="https://github.com/loqusion/${PN}.git"
inherit git-r3
else
- SRC_URI="https://github.com/loqusion/${PN}/-/archive/${PV}/${P}.tar.bz2"
+
SRC_URI="https://github.com/loqusion/${PN}/archive/refs/tags/${PV}.tar.gz ->
${P}.gh.tar.gz"
KEYWORDS="~amd64"
fi