diff --git a/gui-apps/hyprshade/hyprshade-9999.ebuild b/gui-apps/hyprshade/hyprshade-9999.ebuild index 64047185e2..e71b05a5c2 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