diff options
Diffstat (limited to 'games-emulation/melonds/melonds-0.9.4_p1-r1.ebuild')
-rw-r--r-- | games-emulation/melonds/melonds-0.9.4_p1-r1.ebuild | 2 |
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 |