summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-10-01 00:03:01 +0100
committerSam James <sam@gentoo.org>2022-10-01 00:24:18 +0100
commitf18cd87cff5e108c95c86efd5e3b2ba7196bf900 (patch)
tree8e4c34a6eb916c1e878d4f4e0ef98c7c93c5001d /games-emulation/melonds
parentgames-arcade/slimevolley: fix StaticSrcUri (diff)
downloadgentoo-f18cd87cff5e108c95c86efd5e3b2ba7196bf900.tar.gz
gentoo-f18cd87cff5e108c95c86efd5e3b2ba7196bf900.tar.bz2
gentoo-f18cd87cff5e108c95c86efd5e3b2ba7196bf900.zip
games-emulation/melonds: fix StaticSrcUri
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-emulation/melonds')
-rw-r--r--games-emulation/melonds/melonds-0.9.4_p1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/melonds/melonds-0.9.4_p1-r1.ebuild b/games-emulation/melonds/melonds-0.9.4_p1-r1.ebuild
index c782b4a45d52..847e5ae74193 100644
--- a/games-emulation/melonds/melonds-0.9.4_p1-r1.ebuild
+++ b/games-emulation/melonds/melonds-0.9.4_p1-r1.ebuild
@@ -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