gui-apps/hyprshade: Fix SRC_URI, 9999

Signed-off-by: John M. Harris Jr. <johnmh@johnmh.me>
This commit is contained in:
John M. Harris Jr.
2024-07-02 19:24:36 -07:00
parent e2a7452279
commit 3094bc1c1a

View File

@@ -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