aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn M. Harris Jr. <johnmh@johnmh.me>2024-07-02 19:24:36 -0700
committerJohn M. Harris Jr. <johnmh@johnmh.me>2024-07-02 19:24:36 -0700
commit3094bc1c1a8cc11bb65ee5d21649355a25b0519d (patch)
treed2d10fa7abd12ed00f8e2564ecbd34940965a371 /gui-apps
parentgui-apps/hyprshade: add 3.2.1 (diff)
downloadguru-3094bc1c1a8cc11bb65ee5d21649355a25b0519d.tar.gz
guru-3094bc1c1a8cc11bb65ee5d21649355a25b0519d.tar.bz2
guru-3094bc1c1a8cc11bb65ee5d21649355a25b0519d.zip
gui-apps/hyprshade: Fix SRC_URI, 9999
Signed-off-by: John M. Harris Jr. <johnmh@johnmh.me>
Diffstat (limited to 'gui-apps')
-rw-r--r--gui-apps/hyprshade/hyprshade-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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