games-emulation/melonds: fix StaticSrcUri

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-10-01 00:03:01 +01:00
parent c5fdbf0ea5
commit f18cd87cff

View File

@@ -18,7 +18,7 @@ if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/Arisotura/${MY_PN}.git"
else
SRC_URI="https://github.com/Arisotura/${MY_PN}/archive/0.9.4.tar.gz -> ${MY_P}.tar.gz"
SRC_URI="https://github.com/Arisotura/${MY_PN}/archive/$(ver_cut 1-3).tar.gz -> ${MY_P}.tar.gz"
KEYWORDS="~amd64"
S="${WORKDIR}"/${MY_PN}-0.9.4
fi